You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like methods that Cuda functions that are used in the projects are deprecated in Cuda 11.
src/math_functions.cu(76): error: identifier "cusparseScsrmv" is undefined
src/math_functions.cu(87): error: identifier "cusparseDcsrmv" is undefined
src/math_functions.cu(99): error: identifier "cusparseScsrmm2" is undefined
src/math_functions.cu(111): error: identifier "cusparseDcsrmm2" is undefined
4 errors detected in the compilation of "src/math_functions.cu".
That prevents it to compile.
The text was updated successfully, but these errors were encountered:
It looks like methods that Cuda functions that are used in the projects are deprecated in Cuda 11.
That prevents it to compile.
The text was updated successfully, but these errors were encountered: