forked from openxla/xla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR openxla#21134: [XLA:GPU] Add profiler annotation for sequential th…
…unk. Imported from GitHub PR openxla#21134 This PR wraps sequential thunk with profiler annotations, which will make loop iterations, and conditional branch more easy to read in the profiler. The nsys profile looks like this: ![image](https://github.com/user-attachments/assets/8a3dd0be-4e1a-4516-ae64-b376336799bd) Copybara import of the project: -- eea74b8 by Shawn Wang <[email protected]>: add nvtx marker for sequential thunk Merging this change closes openxla#21134 COPYBARA_INTEGRATE_REVIEW=openxla#21134 from shawnwang18:shawnw/add_profiler_for_while_body_cond eea74b8 PiperOrigin-RevId: 714296359
- Loading branch information
1 parent
f78a406
commit 45e6f1c
Showing
3 changed files
with
21 additions
and
5 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