This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
rocm_jax
Watch
1
Star
0
Fork
0
You've already forked rocm_jax
mirror of
https://github.com/ROCm/jax.git
synced
2025-04-24 17:46:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rocm_jax
/
jax
/
interpreters
History
James Martens
310ff7347c
Change to internal dead code elimination. Now the functions in
dce_rules
are responsible for checking if the equation has no used outputs or effects, and behaving appropriately in that case (which usually means eliminating said equation).
...
PiperOrigin-RevId: 695789033
2024-11-12 10:37:04 -08:00
..
__init__.py
Change JAX's copyright attribution from "Google LLC" to "The JAX Authors.".
2022-09-22 12:27:19 -07:00
ad.py
Remove a number of expired deprecations.
2024-10-31 15:40:54 -07:00
batching.py
Make trace dispatch purely a function of context rather than a function of both context and data. This lets us delete a lot of machinery for managing data-dependent tracing: levels, sublevels, post_process_call, new_base_main, custom_bind and so on.
2024-10-29 11:04:31 -07:00
mlir.py
Cleanup: fix unused imports & mark exported names
2024-10-16 17:42:41 -07:00
partial_eval.py
Change to internal dead code elimination. Now the functions in
dce_rules
are responsible for checking if the equation has no used outputs or effects, and behaving appropriately in that case (which usually means eliminating said equation).
2024-11-12 10:37:04 -08:00
pxla.py
sharding cleanup: use inline checks for unimplemented and auto
2024-10-25 04:22:40 -07:00
xla.py
Remove a number of expired deprecations.
2024-10-31 15:40:54 -07:00