| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-02 | 463 Bytes | |
| v3.2.2 source code.tar.gz | 2025-08-02 | 4.0 MB | |
| v3.2.2 source code.zip | 2025-08-02 | 4.4 MB | |
| Totals: 3 Items | 8.5 MB | 0 | |
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.