NVIDIA/NVTX v3.2.2
NVIDIA/NVTX
Captured source
source ↗published Aug 4, 2025seen 2dcaptured 15hhttp 200method plain
v3.2.2
Repository: NVIDIA/NVTX
Tag: v3.2.2
Published: 2025-08-04T11:54:07Z
Prerelease: no
Release notes: Bugfix release.
NVTX v3.2.2 Changelog
C headers:
- Remove uses of
moduleas an identifier, fixing build issues under C++20. - Improve return value of
nvtxDomainIsEnabledwhen not implemented by an injection, or none is attached.
Python bindings:
- Fix tracing with tools that do not implement
nvtxDomainIsEnabled. - Fix decorator ranges not ending when an exception is thrown.
- Fix automatic function name annotation for decorator ranges.