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

Error while compiling gpu_spmv

science-enthusiast opened this issue · comments

commented

There are some deprecated functions being called (cusparseScsrmv, cusparseDcsrmv) in gpu_spmv.cu. I am using CUDA 11.2. Suppose these calls are modified according to latest functions available in cuSPARSE, will the compilation happen smoothly with this part and the rest?

commented

Yes, there are more cuSPARSE based dependencies in gpu_spmv.cu (Hybrid matrix) and elsewhere (graphblas backend).