-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot require CUDNN in Torch! Please help! #26
Comments
distro-cl is for opencl. cunn, cudnn are the cuda versions. Please use |
i want to use the cudnn version how to go back to using the standard torch distro if everything is linked to the opencl one? thanks for the help |
You'll wnat to install into two separate folder, one for distro-cl, one for standard torch, eg, you could install To choose the one you want, simply call
|
Hi |
Can you check the result of running |
When i require 'cudnn' i get this error on ubuntu 16.04, nvidia driver 378.13, Cuda 8.0 (full newest release), Cudnn 6 (same problem with 5.1) using torch-cl and installed all cutorch cunn cudnn with laurocks. Torch works with my gpu i just cant get CUDNN to work. Please help! thanks! (and im using 1070 gpu)
/home/josh/torch-cl/install/share/lua/5.1/cudnn/init.lua:98: attempt to call field 'hasFastHalfInstructions' (a nil value)
stack traceback:
/home/josh/torch-cl/install/share/lua/5.1/cudnn/init.lua:98: in function 'fasterHalfMathTypeForCurrentDevice'
/home/josh/torch-cl/install/share/lua/5.1/cudnn/init.lua:112: in function 'configureMath'
/home/josh/torch-cl/install/share/lua/5.1/cudnn/init.lua:131: in main chunk
[C]: in function 'require'
stdin:1: in main chunk
[C]: at 0x00405e90
The text was updated successfully, but these errors were encountered: