owensgroup / merge-spmm

Code for paper "Design Principles for Sparse Matrix Multiplication on the GPU" accepted to Euro-Par 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No ext/moderngpu found

shyhuai opened this issue · comments

Dear authors, it seems that the ext/moderngpu package was not put in the repository. I compiled the codes, but it said:
"Cannot find source file: /ext/moderngpu/src/mgpucontext.cu".

Could you provide the right position to pull the complete codes? Thanks!

Hello, thank you for pointing it out! I added the git module in the latest commit. If you already have the cloned repository, then you need to:

git submodule init
git submodule update

Thanks! It is solved.