Skip to content

Commit

Permalink
Update changelog and install doc to mention cuda 12.3 switch
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 605473026
  • Loading branch information
yashk2810 authored and jax authors committed Feb 9, 2024
1 parent 9b320f2 commit 73e3ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ Remember to align the itemized text with the first line of an item within a list

* Changes

* JAX now supports CUDA 12.3 and CUDA 11.8. Support for CUDA 12.2 has been
dropped.
* `cost_analysis` now works with cross-compiled `Compiled` objects (i.e. when
using `.lower().compile()` with a topology object, e.g., to compile for
Cloud TPU from a non-TPU computer).
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ able to use the
that NVIDIA provides for this purpose.

JAX currently ships two CUDA wheel variants:
* CUDA 12.2, cuDNN 8.9, NCCL 2.16
* CUDA 12.3, cuDNN 8.9, NCCL 2.16
* CUDA 11.8, cuDNN 8.6, NCCL 2.16

You may use a JAX wheel provided the major version of your CUDA, cuDNN, and NCCL
Expand Down

0 comments on commit 73e3ded

Please sign in to comment.