Installation issue with libdevice #6479
Answered
by
davisyoshida
kayhan-batmanghelich
asked this question in
Q&A
-
Hi Everyone, I have a new machine that I tried to install JAX on. I still have an issue with
I tried setting XLA flag but it was not successful:
Any idea how to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
davisyoshida
Apr 17, 2021
Replies: 1 comment 7 replies
-
I get the following output from a find command: > find /usr/local/cuda-11.2/ -name libdevice*
/usr/local/cuda-11.2/nvvm-prev/libdevice
/usr/local/cuda-11.2/nvvm-prev/libdevice/libdevice.10.bc
/usr/local/cuda-11.2/nvvm/libdevice
/usr/local/cuda-11.2/nvvm/libdevice/libdevice.10.bc So maybe try making a nvvm subdirectory in the cuda-11.1 dir then put the libdevice symlink in there? |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
kayhan-batmanghelich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following output from a find command:
So maybe try making a nvvm subdirectory in the cuda-11.1 dir then put the libdevice symlink in there?