cudnn-python-wrappers
cudnn-python-wrappers copied to clipboard
Python wrappers for the NVIDIA cuDNN libraries
Results
2
cudnn-python-wrappers issues
Sort by
recently updated
recently updated
newest added
i have edited the filename of the cudnn64_x.dll,so it can load cudnnv5.1 now. `if sys.platform in ('linux2', 'linux'): _libcudnn_libname_list = ['libcudnn.so', 'libcudnn.so.6.5', 'libcudnn.so.6.5.18'] elif sys.platform == 'win32': _libcudnn_libname_list = ['cudnn64_5.dll']...
Placeholder for cuDNN v4 support development effort. I am only set up to test on Linux, so it would be helpful if somebody else could test on Windows and Mac.