mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00

This change does not yet remove all the XLA translation rule code since it may be used in various fallback paths. Only the top-level lowering function is removed. Further cleanup is left to subsequent changes. PiperOrigin-RevId: 439324450
This directory contains LLVM FileCheck tests that verify that JAX primitives can be lowered to MHLO.
These tests are intended to be a quick and easy-to-understand way to catch regressions from changes due the MLIR Python bindings and from changes to the various MLIR dialects used by JAX, without needing to run the full JAX test suite.