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

Which CUDA Toolkit version to use? #60

Closed
MarcoMeter opened this issue Jul 22, 2017 · 2 comments
Closed

Which CUDA Toolkit version to use? #60

MarcoMeter opened this issue Jul 22, 2017 · 2 comments

Comments

@MarcoMeter
Copy link

Hey,

I'm getting a DllNotFoundException on GpuContext.cs:26.

Additional information: Unable to load DLL 'cudnn64_6.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

On a fresh Win10 64bit, I'm running VS 2015, VS 2017 and cuda 8. According to the managedCuda Repo, 7.5 should be the matching version, so I installed it in coexistence of version 8, which did not resolve the issue. I did the builds using VS 2015, because the cuda toolkit does not come with a VS 2017 integration yet. Before I start installing and unistalling cuda versions, I'd like to clarify this concern. As the missing dll includes the digit 6, does that mean, that cuda toolkit version 6 is the right version to go with for this repo?

@cbovar
Copy link
Owner

cbovar commented Jul 23, 2017

Hi,

Cuda Toolkit version 8 should work.

I now realize there is an important information missing in the README: you need to download Cudnn library version 6.0 for CUDA 8.0 (here) and you must reference it in the PATH environment variable.

@MarcoMeter
Copy link
Author

Thanks, issue is resolved.

I added the cudnn64_6.dll to the ../Windows/System32/ directory.

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

No branches or pull requests

2 participants