Skip to content
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

NVTX in MONAI #2712

Closed
drbeh opened this issue Aug 6, 2021 · 0 comments · Fixed by #2713
Closed

NVTX in MONAI #2712

drbeh opened this issue Aug 6, 2021 · 0 comments · Fixed by #2713
Assignees
Labels
enhancement New feature or request

Comments

@drbeh
Copy link
Member

drbeh commented Aug 6, 2021

Is your feature request related to a problem? Please describe.
Nsight Systems provide profiling of a deep learning workflow. Apart from its predefined tracking components, a user can employ NVIDIA Tool Extension (NVTX) to mark event and profile specific functions. For MONAI transforms, it is not possible to add these markers directly since it is using a compose pipeline.

Describe the solution you'd like
Wrapping NVTX functions as MONAI transformations enables profiling of any arbitrary MONAI transformation by simply adding these transformation into the MONAI pipeline.

@drbeh drbeh self-assigned this Aug 6, 2021
@drbeh drbeh added the enhancement New feature or request label Aug 6, 2021
@drbeh drbeh mentioned this issue Aug 6, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant