jax
404981fd
- Remove `eval_shape` as a method on Traced and rather use `.out_info` because `.trace` already evals.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
158 days ago
Remove `eval_shape` as a method on Traced and rather use `.out_info` because `.trace` already evals. Forward `jit(f).eval_shape(*args)` to `jit(f).trace(*args).out_info` Co-authored-by: Roy Frostig <frostig@google.com> PiperOrigin-RevId: 786896497
References
#31381 - Remove old ROCm build code
#31720 - Fix ann_test.py numerical bug in target reshape
#31768 - [ROCm] Support lowering through PJRT_Triton_Extension
#32115 - Relax version requirements for ROCm Jax Plugin wheels
#33157 - Resolve undefined behavior in bitshift unit test
#33186 - Make nvidia version data optional for ROCm builds
#579 - Create rocm-test-requirements.txt
#580 - GESVDJ support for ROCm GPUs in JAX
#581 - Fix/pallas tests shared memory
#584 - Use plain bazel to test jax, use hermetic rocm dependency
#585 - update a test for checking zero ROCm GPU event
Author
yashk2810
Committer
Google-ML-Automation
Parents
dfa65845
Loading