ReleaseNVIDIANVIDIApublished Aug 13, 2025seen 2d

NVIDIA/NVTX v3.3.0

NVIDIA/NVTX

Open original ↗

Captured source

source ↗
published Aug 13, 2025seen 2dcaptured 11hhttp 200method plain

v3.3.0

Repository: NVIDIA/NVTX

Tag: v3.3.0

Published: 2025-08-13T17:44:34Z

Prerelease: no

Release notes:

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.