| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-11 | 1.1 kB | |
| v3.6.0 source code.tar.gz | 2026-08-11 | 6.0 MB | |
| v3.6.0 source code.zip | 2026-08-11 | 6.6 MB | |
| Totals: 3 Items | 12.6 MB | 2 | |
Release Highlights
NVTX 3.6, Python NVTX 0.2.16, and Rust NVTX 2.0.0 are now available for download.
NVTXW ("NVTX Writer")
A new offline C API for feeding pre-collected trace data into a tool through a pluggable backend.
C++
- Added wrapper APIs for counter and semantic annotations.
- Added free functions for push/pop ranges that cannot use RAII lifetimes.
Python
- Added support for counter annotations through the NVTX Counters extension.
- Added nvtx.writer, a Pythonic interface to NVTXW.
See for NVTX Python release notes for details.
Rust
- Added no_std support for embedded and kernel environments.
- Improved reliability with safer error handling, type conversions, and stricter safety-critical linting.
- Published the NVIDIA NVTX crate to crates.io (renamed to nvtx) with a smoother upgrade path.
Documentation
- Added an Extended Payloads user guide.
- Clarified and expanded the extended payload API documentation, closing gaps in the specification.