Replies: 1 comment 3 replies
-
From my point of view (Academic, using EU HPC resources) it's easy to still access Volta GPUs (V100s) which we use from time to time for easy prototyping. We don't run any more serious calculations there, as they are slow/little memory, but they are handy for experiments, CI... etc as we don't really compete for access to them. If Jax was not evolving at a rapid pace, it would be fair for me to test my downstream code with both newer and older jax versions. In an ideal world I'd wish [I understand that this might be a hard ask and/or difficult to plan] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of JAX 0.7.2 we have started shipping support for CUDA 13 (in parallel with our previous support for CUDA 12)
We do not want to maintain support for both versions of CUDA indefinitely, because:
and hence we need to plan for when we stop shipping CUDA 12
The most likely pain points are probably
Tentatively, we are thinking of dropping support for CUDA 12 around 6 months from now, i.e., March-April 2026.
Comments? Feedback?
Beta Was this translation helpful? Give feedback.
All reactions