-
Hi folks, One issue is the readability as the primitives are too low-level. I see that StableHLO does have support for higher level ops via the Torch has a good usage example here: https://docs.pytorch.org/xla/master/features/stablehlo.html Is there a similar example for JAX? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
StableHLO composites are exposed via Lines 4594 to 4824 in 609fb7f |
Beta Was this translation helpful? Give feedback.
StableHLO composites are exposed via
jax.lax.composite
. The docs include one example, and you can find a few others in the tests:jax/tests/lax_test.py
Lines 4594 to 4824 in 609fb7f