CUDA Profiler Tools Interface (CUPTI) 13.2 is now available for download in the NVIDIA Registered Developer Program.
The NVIDIA CUDA Profiler Tools Interface (CUPTI), distributed as part of the CUDA Toolkit, is a library that enables the creation of profiling and tracing tools that target CUDA applications. CUPTI provides a set of APIs targeted at ISVs creating profilers and other performance optimization tools:- the Activity API,
- the Callback API,
- the Host Profiling API,
- the Range Profiling API,
- the PC Sampling API,
- the SASS Metric API,
- the PM Sampling API,
- the Checkpoint API,
- the Profiling API,
- the Python API (available separately)
Updates in CUDA Toolkit 13.2
-
New Features
User-Defined Activity Records: CUPTI now supports user-defined activity records, allowing users to select specific fields for activity records instead of collecting complete predefined records. This feature addresses the limitations of fixed-field records by providing significant memory efficiency through custom field selection tailored to application-specific profiling needs. Key benefits include optimized memory usage by eliminating unused fields and padding, improved performance through compact data structures and faster data access, and improved backward compatibility as new fields can be added in future CUPTI versions without impacting existing user code. The feature is enabled using the
CUPTI_ACTIVITY_ATTR_USER_DEFINED_RECORDSattribute, and new APIs have been added to support this functionality. For detailed information, see CUPTI User-Defined Activity Records and CUDA tracing with User-Defined Activity Records.Note
This feature is currently in beta. APIs and behavior may change in future releases.
Added tracing support for Memory Locality Optimized Partition (MLOPart) devices.
Added
numTpcsparameter to device record to report the total number of Thread Processing Clusters (TPCs) in the device. The activity recordCUpti_ActivityDevice5is deprecated and replaced byCUpti_ActivityDevice6.Added activity kind
CUPTI_ACTIVITY_KIND_GREEN_CONTEXTand structureCUpti_ActivityGreenContextto trace green context allocations, which enable GPU resource partitioning by assigning dedicated subsets of SMs and TPCs to specific contexts for fine-grained resource management and isolation. Starting from CUDA 13.2, CUPTI only emitsCUpti_ActivityGreenContextfor green contexts and no longer emitsCUpti_ActivityContextfor them.The
portDev0andportDev1fields in NVLink records are now dynamically allocated arrays, via malloc(), sized tophysicalNvLinkCountports. Clients must release this memory using free() when no longer needed. The recordCUpti_ActivityNvLink4has been deprecated and replaced byCUpti_ActivityNvLink5. This change is not backward compatible. Clients using CUDA 13.2 or later must update their code to use the new record structure.Introduced
CUPTI_MAX_DEVICESmacro incupti_common.hto represent the theoretical maximum number of devices supported by CUPTI.Report
CUPTI_CBID_RESOURCE_GRAPH_NODE_SET_PARAMScallback for CUDA Graph nodes like memcpy, memset, host and event.
Getting Started
-
For more information on CUPTI for CUDA Toolkit 13.2 , including features, requirements, documentation and support, please visit the CUPTI Overview page.
To download this version, get it as part of the CUDA Profiler Tools Interface (CUPTI) for CUDA Toolkit 13.2.
Version 2026.1.0 Overview & New Features | Download | Documentation
For more information on CUPTI Python
Please refer to the CUPTI Python for CUDA Toolkit 13.0.0 overview,
Latest PRODUCT INFO
- Overview (download, features, platforms, requirements)
- Documentation
- Downloads (as part of CUDA Toolkit)
- Downloads (outside of CUDA Toolkit)
- Revision History
- CUPTI Forum