mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 13:26:06 +00:00
Add a note to the changelog about the new CPU thunks backend, enabled in 0.4.32.
This commit is contained in:
parent
cb866aa640
commit
6a3736a1d7
@ -120,6 +120,12 @@ Note: This release was yanked from PyPi because of a data corruption bug on TPU.
|
||||
See the 0.4.33 release notes for more details.
|
||||
|
||||
* Breaking changes
|
||||
* This release of jaxlib switched to a new version of the CPU backend, which
|
||||
should compile faster and leverage parallelism better. If you experience
|
||||
any problems due to this change, you can temporarily enable the old CPU
|
||||
backend by setting the environment variable
|
||||
`XLA_FLAGS=--xla_cpu_use_thunk_runtime=false`. If you need to do this,
|
||||
please file a JAX bug with instructions to reproduce.
|
||||
* Hermetic CUDA support is added.
|
||||
Hermetic CUDA uses a specific downloadable version of CUDA instead of the
|
||||
user’s locally installed CUDA. Bazel will download CUDA, CUDNN and NCCL
|
||||
|
Loading…
x
Reference in New Issue
Block a user