Open vibber opened 6 years ago
@vibber were you able to solve that issue? I am also working with Mac OSX 10.13, have installed the NVIDIA and CUDA 9.2 drivers and the CUDA samples work, but when I try to use it I get CompileException: nvrtc: error: failed to open libnvrtc-builtins.dylib. Make sure that libnvrtc-builtins.dylib is installed correctly.
No I never resolved this and had to abort.
Hey guys,
Met the same problem with theano after installing cuda 9.2 on OSX. This helped me out
sudo ln -s /usr/local/cuda-9.2/lib/libnvrtc-builtins.dylib /usr/local/lib
No idea why nvrtc cannot find it as I have cuda-9.2 in my DYLD_LIBRARY_PATH.
Hope this helps you out as well.
Hey guys,
Met the same problem with theano after installing cuda 9.2 on OSX. This helped me out
sudo ln -s /usr/local/cuda-9.2/lib/libnvrtc-builtins.dylib /usr/local/lib
No idea why nvrtc cannot find it as I have cuda-9.2 in my DYLD_LIBRARY_PATH.
Hope this helps you out as well.
Same approach fixed the identical issue for me using this with my conda setup: ln -s /usr/local/cuda/lib/libnvrtc-builtins.dylib /Users/michaelschar/gpi_stack/envs/gpi/lib
I solved this issue just now. Give the solution:
When trying to run with gnu support I get two errors.
and the script aborts with this
cupy.cuda.compiler.CompileException: nvrtc: error: failed to open libnvrtc-builtins.dylib
I am on Mac OSX 10.13. I have tried compiling CUDA samples and that works