NVIDIA/NVTX v3.3.0
NVIDIA/NVTX
Captured source
source ↗published Aug 13, 2025seen 2dcaptured 11hhttp 200method plain
v3.3.0
Repository: NVIDIA/NVTX
Tag: v3.3.0
Published: 2025-08-13T17:44:34Z
Prerelease: no
Release notes:
NVTX v3.3.0 Changelog
New feature:
- C++ bindings for the Payload Extension: Add custom structured data to NVTX events using idiomatic C++.
Core bugfixes:
- 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 bugfixes:
- 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.