v3.2.2
·
197 commits
to release-v3
since this release
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.