Use NVTX payload API#60322
Open
simonbyrne wants to merge 3 commits intomasterfrom
Open
Conversation
vchuravy
approved these changes
Dec 5, 2025
Member
vchuravy
left a comment
There was a problem hiding this comment.
Is this backwards compatible? E.g. does the NVTX client work with older versions of NSight?
giordano
reviewed
Dec 5, 2025
| jl_timing_show((jl_value_t *)method, cur_block); | ||
| #ifdef USE_NVTX | ||
|
|
||
| #endif |
Member
Author
There was a problem hiding this comment.
Yes, I need to figure out a way to extract the method signature.
| jl_timing_printf(cur_block, "%s", jl_symbol_name(macro->def.method->name)); | ||
| #ifdef USE_NVTX | ||
|
|
||
| #endif |
Member
Author
Yes, but there was an issue where the full payloads weren't displayed correctly. |
455b956 to
6e71aff
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds more information to the NVTX annotations when profiling with Nsight Systems (e.g. file, line number, method when compiling)
Requires Nsight Systems 2025.6.1