hgyhungry / ge-spmm

MIT License
101 stars 10 forks source link

Unable to compile #15

Open Ed-gong opened 2 years ago

Ed-gong commented 2 years ago

Hi,

I followed the steps in the Readme file to try to complete your code. But I met the compilation error. The error message is below.

(base) ygong07@mira0:~/ge-spmm$ source compile.sh
spmm_test.cu(660): error: identifier "cusparseScsrmm2" is undefined

Could you tell me what I need to do to avoid these error and compile the code? Thank you.