-
Notifications
You must be signed in to change notification settings - Fork 226
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
LC_RPATH @executable_path error or libnvrtc-builtins.dylib error #107
Comments
@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 |
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. |
Same approach fixed the identical issue for me using this with my conda setup: |
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
The text was updated successfully, but these errors were encountered: