| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-07 | 570 Bytes | |
| v3.3.0 source code.tar.gz | 2025-08-07 | 4.2 MB | |
| v3.3.0 source code.zip | 2025-08-07 | 4.7 MB | |
| Totals: 3 Items | 8.8 MB | 0 | |
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.