smileyzyw edited a comment on issue #18524: URL: https://github.com/apache/incubator-mxnet/issues/18524#issuecomment-641702592
I update my cuda to 9.0 version and also cudnn to 7.6 (follow the instruction [here](https://stackoverflow.com/questions/39379792/install-cuda-without-root/47503155#47503155?newreg=2dbf0e7336ab4d32b0d81d5d52c0906a) ) Then I run the mxnet example code `a = mx.nd.ones((2, 3), mx.gpu())`, only a warning goes like `this mxnet has been built against cuda library version 9000, which is older than the oldest version tested by CI (7600). Set MXNET_CUDNN_LIB_CHECKING=0 to quiet this warning.` I overlook this warning and try to run my yolo.py, and there is another error `Check failed: compileResult == NVRTC_SUCCESS (7 vs. 0) : NVRTC Compilation failed. Please set environment variable MXNET_USE_FUSION to 0` I type `export MXNET_USE_FUSION=0` and run my .py again and it turns out PROBLEM SOLVED! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
