https://github.com/google/jax
Revision d19a0ad3cfdca9ff334e0873e82b622b115b912a authored by Sandeep Dasgupta on 13 June 2022, 22:08:54 UTC, committed by jax authors on 23 August 2022, 22:15:37 UTC
Currently in MHLO, we have two version of round ops with different rounding
modes.  This CL unifies them into one op "mhlo::round" with an additional
attribute to specify the rounding mode.

PiperOrigin-RevId: 454708810
1 parent 160a6c5
History
Tip revision: d19a0ad3cfdca9ff334e0873e82b622b115b912a authored by Sandeep Dasgupta on 13 June 2022, 22:08:54 UTC
[mhlo] Unify different versions of round op (viz., mhlo::round_nearest_afz & mhlo::round_nearest_even) into one.
Tip revision: d19a0ad
File Mode Size
.github
benchmarks
build
cloud_tpu_colabs
docs
examples
images
jax
jaxlib
tests
third_party
.bazelrc -rw-r--r-- 14.1 KB
.bazelversion -rw-r--r-- 6 bytes
.gitignore -rw-r--r-- 300 bytes
.pre-commit-config.yaml -rw-r--r-- 563 bytes
.readthedocs.yml -rw-r--r-- 569 bytes
CHANGELOG.md -rw-r--r-- 66.2 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-- 24.8 KB
WORKSPACE -rw-r--r-- 1.7 KB
conftest.py -rw-r--r-- 856 bytes
mypy.ini -rw-r--r-- 646 bytes
pylintrc -rw-r--r-- 1.6 KB
pytest.ini -rw-r--r-- 1.0 KB
setup.cfg -rw-r--r-- 486 bytes
setup.py -rw-r--r-- 4.2 KB

README.md

back to top