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

Switch to cuDNN #20

Open
supergrover opened this issue Feb 1, 2015 · 3 comments
Open

Switch to cuDNN #20

supergrover opened this issue Feb 1, 2015 · 3 comments
Labels

Comments

@supergrover
Copy link

I noticed you wanted to switch to cuDNN.

I would like to keep the old CUDA code as well. For example my GPU doesn't allow for cuDNN (it's too old).
We could test if the GPU supports cuDNN (I believe cuDNN is supported from compute capability >= 3 or so).

@poweic
Copy link
Owner

poweic commented Feb 1, 2015

I didn't realize that cuDNN need Compute Capability >= 3.0
Sure, we should keep the old one.

@mrgloom
Copy link

mrgloom commented Sep 18, 2015

Is there any documentation that tells what compute compability you need to run cuDNN v1,v2,v3?

@poweic
Copy link
Owner

poweic commented Sep 19, 2015

I have cuDNN v1 user guide. In CUDNN_Library.pdf,
"2.4. Requirements
cuDNN supports NVIDIA GPUs of compute capability 3.0 and higher and requires an NVIDIA Driver compatible with CUDA Toolkit 6.5."

To get this PDF, you have to login to developer.nvidia.com and go to the download page to see this PDF.

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

3 participants