Skip to content

v3.3.0

Latest

Choose a tag to compare

@evanramos-nvidia evanramos-nvidia released this 13 Aug 17:44
· 23 commits to release-v3 since this release

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 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 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.