-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nsys-jax: track XLA collective annotation changes (#953)
- openxla/xla#14344 changed how some asynchronous collective launches were annotated - Add a pure-Python wrapper for the `HloInstruction` proto, as already existed for `HloModule`, and use that as a place to add new logic required to identify collective operations - Track other changes to protobuf dump introduced by openxla/xla@72ee1e0 - Optimise data loading time; when loading `nsys-jax-combine` output then use multiprocessing to parallelise the first loading phase
- Loading branch information
Showing
6 changed files
with
371 additions
and
230 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
Oops, something went wrong.