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

What is the cuda and cudnn required for this repo ? #5

Open
dexception opened this issue Jul 1, 2019 · 8 comments
Open

What is the cuda and cudnn required for this repo ? #5

dexception opened this issue Jul 1, 2019 · 8 comments

Comments

@dexception
Copy link

What is the cuda and cudnn required for this repo ?

@dingjiansw101
Copy link
Owner

We tested on cuda 8. Cudnn compatible with cuda 8 should be ok.

@dexception
Copy link
Author

Tried with cuda 9 ... it does not work. I am unable to compile mxnet.

@oceanleftsea
Copy link

what's your specific problem? I also fail to compile mxnet with cuda 9.The following is my problem:

/usr/local/cuda/include/crt/common_functions.h:64:24: error: token ""CUDACC_VER is no longer supported.

@dexception
Copy link
Author

@oceanleftsea
Yes same CUDACC_VER error.

@dingjiansw101
Copy link
Owner

The driver may be too high. We use 3.9 nvidia driver.

@DetectionIIT
Copy link

DetectionIIT commented Jul 20, 2019

I am also unable to compile mxnet successfully! .Have you solved this?@dexception@oceanleftsea

(py27) gu@iitlab-cat:~/mxnet/python$ sudo python setup.py install
Traceback (most recent call last):
File "setup.py", line 28, in
LIB_PATH = libinfo'find_lib_path'
File "mxnet/libinfo.py", line 42, in find_lib_path
'List of candidates:\n' + str('\n'.join(dll_path)))
RuntimeError: Cannot find the files.
List of candidates:
/home/disk2/mxnet/python/mxnet/libmxnet.so
/home/disk2/mxnet/python/mxnet/../../lib/libmxnet.so
/home/disk2/mxnet/python/mxnet/../../build/Release/libmxnet.so
../../../libmxnet.so

@dexception
Copy link
Author

@DetectionIIT
Not even trying this repo. Its buggy and not updated.

@jaminChen999
Copy link

@DetectionIIT I have the same problem, You fixed that ?

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

5 participants