CUDA Profiler Tools Interface (CUPTI) 13.1 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.1
-
New Features
- Added support for Compute Engine context switch events. For more details, refer to the section Compute Engine Context Switch.
- Added tracing for host execution nodes in CUDA Graphs i.e. nodes of type
CU_GRAPH_NODE_TYPE_HOST. Enable with the activity kindCUPTI_ACTIVITY_KIND_GRAPH_HOST_NODE; records are reported asCUpti_ActivityGraphHostNode. - Added tracing for host launches done by CUDA through
cudaLaunchHostFunc()API. This is important in understanding the device bubbles in the stream timeline. Enable with the activity kindCUPTI_ACTIVITY_KIND_HOST_LAUNCH; records are reported asCUpti_ActivityHostLaunch. - Users can query the collection scope for any metric. The
CUpti_MetricCollectionScopeenum lists the possible scopes: context or device. A parameter,metricCollectionScope, is added toCUpti_Profiler_Host_GetMetricProperties_Paramsto return the collection scope for a metric. - By default, the counter availability image stores only context-level metrics in the binary blob.
A new parameter,
bAllowDeviceLevelCounters, has been added to the counter availability API structCUpti_Profiler_GetCounterAvailability_Paramsto include device-level metrics in the image. - Added a new parameter
skuinCUpti_Profiler_DeviceSupported_Paramsfor checking profiling support for a GPU SKU. - Added a new parameter
priorityin the kernel record to provide the launch priority of the kernel. TheCUpti_ActivityKernel10activity record is deprecated and replaced by the newCUpti_ActivityKernel11activity record. - Fixed an issue that could cause invalid (zero) kernel timestamps when using the function
cuptiActivityRegisterTimestampCallbackto register a timestamp callback. This issue was introduced in the CUDA 12.6 Update 2 release.
Getting Started
-
For more information on CUPTI for CUDA Toolkit 13.1 , 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.1.
Version 2025.4.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