Revision c6a99b699e2935c51060a2b3437ca3d694496e12 authored by Peter Hawkins on 16 February 2023, 15:50:41 UTC, committed by jax authors on 16 February 2023, 15:51:15 UTC
This function has been a stub that does nothing useful for a long time, and the only user I can find is Equinox which already guards this with a hasattr(xla, 'lower_fun') guard.

PiperOrigin-RevId: 510142446
1 parent a9e886f
History
File Mode Size
.github
benchmarks
build
cloud_tpu_colabs
docs
examples
images
jax
jaxlib
tests
third_party
.bazelrc -rw-r--r-- 18.0 KB
.bazelversion -rw-r--r-- 6 bytes
.gitignore -rw-r--r-- 342 bytes
.pre-commit-config.yaml -rw-r--r-- 641 bytes
.readthedocs.yml -rw-r--r-- 569 bytes
AUTHORS -rw-r--r-- 313 bytes
CHANGELOG.md -rw-r--r-- 78.6 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-- 25.3 KB
WORKSPACE -rw-r--r-- 1.7 KB
conftest.py -rw-r--r-- 2.5 KB
mypy.ini -rw-r--r-- 646 bytes
pylintrc -rw-r--r-- 1.6 KB
pytest.ini -rw-r--r-- 1.8 KB
setup.cfg -rw-r--r-- 1.4 KB
setup.py -rw-r--r-- 4.2 KB

README.md

back to top