Skip to content

v3.2.2

Choose a tag to compare

@evanramos-nvidia evanramos-nvidia released this 04 Aug 11:54
· 197 commits to release-v3 since this release

Bugfix release.

NVTX v3.2.2 Changelog

C headers:

  • Remove uses of module as an identifier, fixing build issues under C++20.
  • Improve return value of nvtxDomainIsEnabled when 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.