-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[xla:gpu]
CreateTritonPipeline
no longer depends on internal XLA GP…
…U abstractions Both `BlockLevelParameters` and `se::ComputeCapability` were not strictly necessary. So, I decided to replace them with simpler types, which do not require JAX to depend on XLA:GPU internals. Note also that `mlir::PassManager` is now passed by pointer to make it easier to call into `CreateTritonPipeline` using MLIR C API abstractions, which generally store pointers to their C++ counterparts. See jax-ml/jax#25196. PiperOrigin-RevId: 705210005
- Loading branch information
1 parent
6a22ff1
commit 209cbfa
Showing
8 changed files
with
142 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.