Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuda 11 compilation error #177

Closed
Solonets opened this issue Jun 30, 2020 · 2 comments
Closed

cuda 11 compilation error #177

Solonets opened this issue Jun 30, 2020 · 2 comments
Labels

Comments

@Solonets
Copy link

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.

@Solonets
Copy link
Author

I would propose to add cuda < 11 to requirements as for now.

@chrischoy chrischoy added the v0.5 label Jun 30, 2020
@chrischoy
Copy link
Contributor

Ah, thanks for the issue. I'll try to fix this in the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants