canonizer / halloc

A fast and highly scalable GPU dynamic memory allocator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to compile: /bin directory is empty

pavel-kudinov opened this issue · comments

/bin directory is empty (contains .gitignore file only)

so, make command fails on file:

bin/libhalloc.a

commented

You can mkdir bin first then make the compilation will be done.