https://github.com/google/jax
Revision 9e7830df2df9362edcf2e18e353d327fdecae678 authored by Yue Sheng on 13 May 2024, 17:52:31 UTC, committed by jax authors on 13 May 2024, 17:53:09 UTC
By setting `jax.config.update('jax_cpu_enable_async_dispatch', False)`, one could opt out of the change and recover the old behavior.

PiperOrigin-RevId: 633264117
1 parent 54d4072
History
Tip revision: 9e7830df2df9362edcf2e18e353d327fdecae678 authored by Yue Sheng on 13 May 2024, 17:52:31 UTC
Async dispatch expensive computations on the JAX CPU backend.
Tip revision: 9e7830d
File Mode Size
.github
benchmarks
build
cloud_tpu_colabs
docs
examples
images
jax
jax_plugins
jaxlib
tests
third_party
.bazelrc -rw-r--r-- 18.4 KB
.bazelversion -rw-r--r-- 6 bytes
.editorconfig -rw-r--r-- 292 bytes
.gitignore -rw-r--r-- 355 bytes
.pre-commit-config.yaml -rw-r--r-- 1.1 KB
.readthedocs.yml -rw-r--r-- 570 bytes
AUTHORS -rw-r--r-- 313 bytes
CHANGELOG.md -rw-r--r-- 125.0 KB
CITATION.bib -rw-r--r-- 408 bytes
CONTRIBUTING.md -rw-r--r-- 150 bytes
LICENSE -rw-r--r-- 11.1 KB
README.md -rw-r--r-- 20.0 KB
WORKSPACE -rw-r--r-- 568 bytes
conftest.py -rw-r--r-- 2.5 KB
platform_mappings -rw-r--r-- 371 bytes
pyproject.toml -rw-r--r-- 5.9 KB
setup.py -rw-r--r-- 7.2 KB

README.md

back to top