-
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: add example of command-line post-processing/summarisation (#…
…936) `nsys-jax --nsys-jax-analysis summary python your_program.py` will now execute the "summary" analysis script after profile collection, giving lower-latency feedback. Outputs of these analysis scripts will be included in the `.zip` archive for convenience. Many lines of the diff are due to changing the "natural" timestamp format from nanoseconds to milliseconds, allowing many factors of `1e-6` to be removed. Add extra logic to `nsys-jax` to take advantage of openxla/xla#14092. Also added a CI job testing execution of `nsys-jax-combine`.
- Loading branch information
Showing
18 changed files
with
863 additions
and
297 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.