-
Notifications
You must be signed in to change notification settings - Fork 58
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
Restrictions to CudNN and CUDA toolkit version. #81
Comments
When making cudarray specifically i also recieve the error: |
Yes it does seem that this library does not work with CUDA 8.0 or above |
For cudNN 7.x and CUDA 9.x compatibility, make the following change in cudnn.cpp, replace lines 167-169 with the following: CUDNN_CHECK(cudnnSetConvolution2dDescriptor( This will get you past the compilation error, I have not yet had the chance to test the library with cudNN 7 and CUDA 9. |
it worked with cuda10 as well |
I am trying to install cudarry,but the version of cuda-toolkit is cuda10.2 and cuDNN 8.2.1.32,I meet the same problems as you,how can I solve this problem?
|
and how about the installation of cuda10.x and cuda11.x for cudarray? |
For me, the change in the code also worked for cuda 11.6. |
For me, it can work for cuda -11.3 |
I am trying to run neural_artistic_style with the Nvidia CUDA toolkit 9.1 and 7.1 cudNN. Are these newer version from nividia not supported? I have ran into many problems such as the GPU architecture not supported error in this project, and other errors in neural_artistic_style.
The text was updated successfully, but these errors were encountered: