-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
We tested on cuda 8. Cudnn compatible with cuda 8 should be ok. |
Tried with cuda 9 ... it does not work. I am unable to compile mxnet. |
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. |
@oceanleftsea |
The driver may be too high. We use 3.9 nvidia driver. |
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 |
@DetectionIIT |
@DetectionIIT I have the same problem, You fixed that ? |
What is the cuda and cudnn required for this repo ?
The text was updated successfully, but these errors were encountered: