The NVIDIA driver's CUDA version is 12.2 which is older than the ptxas CUDA version (12.3.107). Because the driver is older than the ptxas version, XLA is disabling parallel compilation, which may slow down compilation. You should update your NVIDIA driver or use the NVIDIA-provided CUDA forward compatibility packages.
#20156
Replies: 2 comments 21 replies
-
Hi - thanks for the question! The error lays out the issue pretty clearly I think: you have CUDA 12.2 installed, and JAX requires CUDA 12.3. To fix this, you should upgrade your CUDA libraries. Can you say more about how you installed JAX? |
Beta Was this translation helpful? Give feedback.
-
I am getting similar warning on a Amazon Linux 2 machine:
But when I check
which indicates that ptxas is also on CUDA 12.4. This conflicts with the warning "The NVIDIA driver's CUDA version is 12.4 which is older than the ptxas CUDA version (12.6.20)". Am I missing something? |
Beta Was this translation helpful? Give feedback.
-
Hi,
getting this message when importing jax
what should I do to get rid of this message?
Beta Was this translation helpful? Give feedback.
All reactions