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 Python: NVTX_DISABLE cannot disable nvtx.Profile #116

Open
Shigerello opened this issue Mar 13, 2025 · 0 comments
Open

NVTX Python: NVTX_DISABLE cannot disable nvtx.Profile #116

Shigerello opened this issue Mar 13, 2025 · 0 comments
Assignees
Labels

Comments

@Shigerello
Copy link

Currently, in NVTX Python, the env var NVTX_DISABLE can disable public functions like nvtx.push_range, as implemented in #24.

However, because nvtx.Profile uses private functions like nvtx._lib.lib.push_range instead of public ones, NVTX_DISABLE can not disable nvtx.Profile, which is unexpected in my opinion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants