-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NVTX support for performance analysis #144
Conversation
60bc2ff
to
8dddd15
Compare
0faa489
to
b83c51b
Compare
PR ( #141 ) is in. So this is ready for rebasing |
@jakirkham |
cpp/cmake/deps/nvtx3.cmake
Outdated
deps-nvtx3 | ||
GIT_REPOSITORY https://github.com/NVIDIA/NVTX.git | ||
GIT_TAG 3c98c8425b0376fd8653aac7cfc6a864f3897752 | ||
# GIT_SHALLOW TRUE # Uncomment this when the official release of nvtx3-cpp is available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we raise an issue to track this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jakirkham!
Created #168 and updated the comment in nvtx3.cmake
.
Had a couple questions above. Otherwise LGTM |
CI is passing. Merging. |
Thanks AJ! 😄 |
Need to rebase once #141 is merged.
Enabling Tracing
Through
.cucim.json
fileThrough Environment variable
Through API
Profiling with NVIDIA Nsight Systems
Then, execute
nsight-sys
to open the profile results (my_profile.qdrep).closes #137