Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLA:GPU][Emitters] Restrict the inliner.
Inline only if there are more than 1 call to the callee in the caller. Background: jax-ml/jax#26162 contains an example of a MoF fusion that takes forever to compile. The [indexing-based partitioner](44bc816) in combination with this change fixes the issue. PiperOrigin-RevId: 730436982
- Loading branch information