-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #21134: [XLA:GPU] Add profiler annotation for sequential thunk.
Imported from GitHub PR #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 #21134 FUTURE_COPYBARA_INTEGRATE_REVIEW=#21134 from shawnwang18:shawnw/add_profiler_for_while_body_cond eea74b8 PiperOrigin-RevId: 713359421
- Loading branch information
1 parent
e30ab06
commit 5ce4e5d
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