1. CUDA 12.9 Release Notes — Release Notes 12.9 documentation (original) (raw)

NVIDIA CUDA Toolkit Release Notes

The Release Notes for the CUDA Toolkit.

The release notes for the NVIDIA® CUDA® Toolkit can be found online at https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html.

Note

The release notes have been reorganized into two major sections: the general CUDA release notes, and the CUDA libraries release notes including historical information for 12.x releases.

1.1. CUDA Toolkit Major Component Versions

CUDA Components

Starting with CUDA 11, the various components in the toolkit are versioned independently.

For CUDA 12.9, the table below indicates the versions:

Table 1 CUDA 12.9 Component Versions

Component Name Version Information Supported Architectures Supported Platforms
CUDA C++ Core Compute Libraries Thrust 2.8.0 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows
CUB 2.8.0
libcu++ 2.8.0
Cooperative Groups 12.9.27
CUDA Compatibility 12.9.39767389 aarch64-jetson Linux
CUDA Runtime (cudart) 12.9.37 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
cuobjdump 12.9.26 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows
CUPTI 12.9.19 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA cuxxfilt (demangler) 12.9.19 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows
CUDA Demo Suite 12.9.19 x86_64 Linux, Windows
CUDA Documentation 12.9.43 x86_64 Linux, Windows
CUDA GDB 12.9.19 x86_64, arm64-sbsa, aarch64-jetson Linux, WSL
CUDA Nsight Eclipse Plugin 12.9.19 x86_64 Linux
CUDA NVCC 12.9.41 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA nvdisasm 12.9.19 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows
CUDA NVML Headers 12.9.40 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA nvprof 12.9.19 x86_64 Linux, Windows
CUDA nvprune 12.9.19 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA NVRTC 12.9.41 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
NVTX 12.9.19 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA NVVP 12.9.19 x86_64 Linux, Windows
CUDA OpenCL 12.9.19 x86_64 Linux, Windows
CUDA Profiler API 12.9.19 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA Compute Sanitizer API 12.9.27 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA cuBLAS 12.9.0.13 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
cuDLA 12.9.19 aarch64-jetson Linux
CUDA cuFFT 11.4.0.6 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA cuFile 1.14.0.30 x86_64, arm64-sbsa, aarch64-jetson Linux
CUDA cuRAND 10.3.10.19 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA cuSOLVER 11.7.4.40 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA cuSPARSE 12.5.9.5 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA NPP 12.4.0.27 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA nvFatbin 12.9.19 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA nvJitLink 12.9.41 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
CUDA nvJPEG 12.4.0.16 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL
Nsight Compute 2025.2.0.11 x86_64, arm64-sbsa, aarch64-jetson Linux, Windows, WSL (Windows 11)
Nsight Systems 2025.1.3.140 x86_64, arm64-sbsa Linux, Windows, WSL
Nsight Visual Studio Edition (VSE) 2025.2.0.25082 x86_64 (Windows) Windows
nvidia_fs1 2.25.6 x86_64, arm64-sbsa, aarch64-jetson Linux
Visual Studio Integration 12.9.19 x86_64 (Windows) Windows
NVIDIA Linux Driver 575.51.03 x86_64, arm64-sbsa Linux
NVIDIA Windows Driver 576.02 x86_64 (Windows) Windows, WSL

CUDA Driver

Running a CUDA application requires the system with at least one CUDA capable GPU and a driver that is compatible with the CUDA Toolkit. See Table 3. For more information various GPU products that are CUDA capable, visit https://developer.nvidia.com/cuda-gpus.

Each release of the CUDA Toolkit requires a minimum version of the CUDA driver. The CUDA driver is backward compatible, meaning that applications compiled against a particular version of the CUDA will continue to work on subsequent (later) driver releases.

More information on compatibility can be found at https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/index.html#cuda-compatibility-and-upgrades.

Note: Starting with CUDA 11.0, the toolkit components are individually versioned, and the toolkit itself is versioned as shown in the table below.

The minimum required driver version for CUDA minor version compatibility is shown below. CUDA minor version compatibility is described in detail in https://docs.nvidia.com/deploy/cuda-compatibility/index.html

Table 2 CUDA Toolkit and Minimum Required Driver Version for CUDA Minor Version Compatibility

CUDA Toolkit Minimum Required Driver Version for CUDA Minor Version Compatibility*
Linux x86_64 Driver Version Windows x86_64 Driver Version
CUDA 12.x >=525.60.13 >=528.33
CUDA 11.8.x CUDA 11.7.x CUDA 11.6.x CUDA 11.5.x CUDA 11.4.x CUDA 11.3.x CUDA 11.2.x CUDA 11.1.x >=450.80.02 >=452.39
CUDA 11.0 (11.0.3) >=450.36.06** >=451.22**

* Using a Minimum Required Version that is different from Toolkit Driver Version could be allowed in compatibility mode – please read the CUDA Compatibility Guide for details.

** CUDA 11.0 was released with an earlier driver version, but by upgrading to Tesla Recommended Drivers 450.80.02 (Linux) / 452.39 (Windows), minor version compatibility is possible across the CUDA 11.x family of toolkits.

The version of the development NVIDIA GPU Driver packaged in each CUDA Toolkit release is shown below.

Table 3 CUDA Toolkit and Corresponding Driver Versions

CUDA Toolkit Toolkit Driver Version
Linux x86_64 Driver Version Windows x86_64 Driver Version
CUDA 12.9 GA >=575.51.03 >=576.02
CUDA 12.8 Update 1 >=570.124.06 >=572.61
CUDA 12.8 GA >=570.26 >=570.65
CUDA 12.6 Update 3 >=560.35.05 >=561.17
CUDA 12.6 Update 2 >=560.35.03 >=560.94
CUDA 12.6 Update 1 >=560.35.03 >=560.94
CUDA 12.6 GA >=560.28.03 >=560.76
CUDA 12.5 Update 1 >=555.42.06 >=555.85
CUDA 12.5 GA >=555.42.02 >=555.85
CUDA 12.4 Update 1 >=550.54.15 >=551.78
CUDA 12.4 GA >=550.54.14 >=551.61
CUDA 12.3 Update 1 >=545.23.08 >=546.12
CUDA 12.3 GA >=545.23.06 >=545.84
CUDA 12.2 Update 2 >=535.104.05 >=537.13
CUDA 12.2 Update 1 >=535.86.09 >=536.67
CUDA 12.2 GA >=535.54.03 >=536.25
CUDA 12.1 Update 1 >=530.30.02 >=531.14
CUDA 12.1 GA >=530.30.02 >=531.14
CUDA 12.0 Update 1 >=525.85.12 >=528.33
CUDA 12.0 GA >=525.60.13 >=527.41
CUDA 11.8 GA >=520.61.05 >=520.06
CUDA 11.7 Update 1 >=515.48.07 >=516.31
CUDA 11.7 GA >=515.43.04 >=516.01
CUDA 11.6 Update 2 >=510.47.03 >=511.65
CUDA 11.6 Update 1 >=510.47.03 >=511.65
CUDA 11.6 GA >=510.39.01 >=511.23
CUDA 11.5 Update 2 >=495.29.05 >=496.13
CUDA 11.5 Update 1 >=495.29.05 >=496.13
CUDA 11.5 GA >=495.29.05 >=496.04
CUDA 11.4 Update 4 >=470.82.01 >=472.50
CUDA 11.4 Update 3 >=470.82.01 >=472.50
CUDA 11.4 Update 2 >=470.57.02 >=471.41
CUDA 11.4 Update 1 >=470.57.02 >=471.41
CUDA 11.4.0 GA >=470.42.01 >=471.11
CUDA 11.3.1 Update 1 >=465.19.01 >=465.89
CUDA 11.3.0 GA >=465.19.01 >=465.89
CUDA 11.2.2 Update 2 >=460.32.03 >=461.33
CUDA 11.2.1 Update 1 >=460.32.03 >=461.09
CUDA 11.2.0 GA >=460.27.03 >=460.82
CUDA 11.1.1 Update 1 >=455.32 >=456.81
CUDA 11.1 GA >=455.23 >=456.38
CUDA 11.0.3 Update 1 >= 450.51.06 >= 451.82
CUDA 11.0.2 GA >= 450.51.05 >= 451.48
CUDA 11.0.1 RC >= 450.36.06 >= 451.22
CUDA 10.2.89 >= 440.33 >= 441.22
CUDA 10.1 (10.1.105 general release, and updates) >= 418.39 >= 418.96
CUDA 10.0.130 >= 410.48 >= 411.31
CUDA 9.2 (9.2.148 Update 1) >= 396.37 >= 398.26
CUDA 9.2 (9.2.88) >= 396.26 >= 397.44
CUDA 9.1 (9.1.85) >= 390.46 >= 391.29
CUDA 9.0 (9.0.76) >= 384.81 >= 385.54
CUDA 8.0 (8.0.61 GA2) >= 375.26 >= 376.51
CUDA 8.0 (8.0.44) >= 367.48 >= 369.30
CUDA 7.5 (7.5.16) >= 352.31 >= 353.66
CUDA 7.0 (7.0.28) >= 346.46 >= 347.62

For convenience, the NVIDIA driver is installed as part of the CUDA Toolkit installation. Note that this driver is for development purposes and is not recommended for use in production with Tesla GPUs.

For running CUDA applications in production with Tesla GPUs, it is recommended to download the latest driver for Tesla GPUs from the NVIDIA driver downloads site at https://www.nvidia.com/drivers.

During the installation of the CUDA Toolkit, the installation of the NVIDIA driver may be skipped on Windows (when using the interactive or silent installation) or on Linux (by using meta packages).

For more information on customizing the install process on Windows, see https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#install-cuda-software.

For meta packages on Linux, see https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#package-manager-metas.

1.2. New Features

1.2.1. General CUDA

    * `nvmlClocksEventReasonApplicationsClocksSetting`  
    * `nvmlClocksEventReasonSwPowerCap`  
    * `nvmlClocksThrottleReasonHwSlowdown`  
    * `nvmlClocksEventReasonSyncBoost`  
    * `nvmlClocksEventReasonSwThermalSlowdown`  
    * `nvmlClocksThrottleReasonHwThermalSlowdown`  
    * `nvmlClocksThrottleReasonHwPowerBrakeSlowdown`  
    * `nvmlClocksEventReasonDisplayClockSetting`  
  • Improved consistency for device identification between CUDA and NVML
  • Added NVML chip-to-chip (C2C) telemetry APIs
  • Added CTXSW metrics
  • Implemented GPU average power counters
  • Added PCIe bind/unbind events

1.2.2. CUDA Compiler

1.2.3. CUDA Developer Tools

1.3. Resolved Issues

1.3.1. CUDA Compiler

1.4. Known Issues

1.4.1. CUDA Compiler

1.5. Deprecated or Dropped Features

1.5.1. General CUDA

1.5.2. Deprecated Architectures

1.5.3. Deprecated or Dropped Operating Systems

1.5.4. Deprecated CUDA Toolchain

2. CUDA Libraries

This section covers CUDA Libraries release notes for 12.x releases.

2.1. cuBLAS Library

2.1.1. cuBLAS: Release 12.9

2.1.2. cuBLAS: Release 12.8

2.1.3. cuBLAS: Release 12.6 Update 2

2.1.4. cuBLAS: Release 12.6 Update 1

2.1.5. cuBLAS: Release 12.6

2.1.6. cuBLAS: Release 12.5 Update 1

2.1.7. cuBLAS: Release 12.5

2.1.8. cuBLAS: Release 12.4 Update 1

2.1.9. cuBLAS: Release 12.4

2.1.10. cuBLAS: Release 12.3 Update 1

2.1.11. cuBLAS: Release 12.3

2.1.12. cuBLAS: Release 12.2 Update 2

2.1.13. cuBLAS: Release 12.2

2.1.14. cuBLAS: Release 12.1 Update 1

2.1.15. cuBLAS: Release 12.0 Update 1

2.1.16. cuBLAS: Release 12.0

2.2. cuFFT Library

2.2.1. cuFFT: Release 12.9

2.2.2. cuFFT: Release 12.8

2.2.3. cuFFT: Release 12.6 Update 2

2.2.4. cuFFT: Release 12.6

2.2.5. cuFFT: Release 12.5

2.2.6. cuFFT: Release 12.4 Update 1

A routine from the cuFFT LTO EA library was mistakenly included in the cuFFT Advanced API header file (cufftXt.h) in CUDA 12.4. This routine has now been removed from the header.

2.2.7. cuFFT: Release 12.4

2.2.8. cuFFT: Release 12.3 Update 1

2.2.9. cuFFT: Release 12.3

2.2.10. cuFFT: Release 12.2

2.2.11. cuFFT: Release 12.1 Update 1

2.2.12. cuFFT: Release 12.1

2.2.13. cuFFT: Release 12.0 Update 1

2.2.14. cuFFT: Release 12.0

2.3. cuSOLVER Library

2.3.1. cuSOLVER: Release 12.9

2.3.2. cuSOLVER: Release 12.8

2.3.3. cuSOLVER: Release 12.6 Update 2

2.3.4. cuSOLVER: Release 12.6

2.3.5. cuSOLVER: Release 12.5 Update 1

2.3.6. cuSOLVER: Release 12.5

2.3.7. cuSOLVER: Release 12.4 Update 1

2.3.8. cuSOLVER: Release 12.4

2.3.9. cuSOLVER: Release 12.2 Update 2

2.3.10. cuSOLVER: Release 12.2

2.4. cuSPARSE Library

2.4.1. cuSPARSE: Release 12.9

2.4.2. cuSPARSE: Release 12.8

2.4.3. cuSPARSE: Release 12.6 Update 2

2.4.4. cuSPARSE: Release 12.6

2.4.5. cuSPARSE: Release 12.5 Update 1

2.4.6. cuSPARSE: Release 12.5

2.4.7. cuSPARSE: Release 12.4

2.4.8. cuSPARSE: Release 12.3 Update 1

2.4.9. cuSPARSE: Release 12.3

2.4.10. cuSPARSE: Release 12.2 Update 1

2.4.11. cuSPARSE: Release 12.1 Update 1

2.4.12. cuSPARSE: Release 12.0 Update 1

2.4.13. cuSPARSE: Release 12.0

2.5. Math Library

2.5.1. CUDA Math: Release 12.8

2.5.2. CUDA Math: Release 12.6 Update 1

2.5.3. CUDA Math: Release 12.6

2.5.4. CUDA Math: Release 12.5

2.5.5. CUDA Math: Release 12.4

2.5.6. CUDA Math: Release 12.3

2.5.7. CUDA Math: Release 12.2

2.5.8. CUDA Math: Release 12.1

2.5.9. CUDA Math: Release 12.0

2.6. NVIDIA Performance Primitives (NPP)

2.6.1. NPP: Release 12.4

2.6.2. NPP: Release 12.0

2.7. nvJPEG Library

2.7.1. nvJPEG: Release 12.9

2.7.2. nvJPEG: Release 12.8

2.7.3. nvJPEG: Release 12.4

2.7.4. nvJPEG: Release 12.3 Update 1

2.7.5. nvJPEG: Release 12.2

2.7.6. nvJPEG: Release 12.0

1

Only available on select Linux distros

3. Notices

3.1. Notice

This document is provided for information purposes only and shall not be regarded as a warranty of a certain functionality, condition, or quality of a product. NVIDIA Corporation (“NVIDIA”) makes no representations or warranties, expressed or implied, as to the accuracy or completeness of the information contained in this document and assumes no responsibility for any errors contained herein. NVIDIA shall have no liability for the consequences or use of such information or for any infringement of patents or other rights of third parties that may result from its use. This document is not a commitment to develop, release, or deliver any Material (defined below), code, or functionality.

NVIDIA reserves the right to make corrections, modifications, enhancements, improvements, and any other changes to this document, at any time without notice.

Customer should obtain the latest relevant information before placing orders and should verify that such information is current and complete.

NVIDIA products are sold subject to the NVIDIA standard terms and conditions of sale supplied at the time of order acknowledgement, unless otherwise agreed in an individual sales agreement signed by authorized representatives of NVIDIA and customer (“Terms of Sale”). NVIDIA hereby expressly objects to applying any customer general terms and conditions with regards to the purchase of the NVIDIA product referenced in this document. No contractual obligations are formed either directly or indirectly by this document.

NVIDIA products are not designed, authorized, or warranted to be suitable for use in medical, military, aircraft, space, or life support equipment, nor in applications where failure or malfunction of the NVIDIA product can reasonably be expected to result in personal injury, death, or property or environmental damage. NVIDIA accepts no liability for inclusion and/or use of NVIDIA products in such equipment or applications and therefore such inclusion and/or use is at customer’s own risk.

NVIDIA makes no representation or warranty that products based on this document will be suitable for any specified use. Testing of all parameters of each product is not necessarily performed by NVIDIA. It is customer’s sole responsibility to evaluate and determine the applicability of any information contained in this document, ensure the product is suitable and fit for the application planned by customer, and perform the necessary testing for the application in order to avoid a default of the application or the product. Weaknesses in customer’s product designs may affect the quality and reliability of the NVIDIA product and may result in additional or different conditions and/or requirements beyond those contained in this document. NVIDIA accepts no liability related to any default, damage, costs, or problem which may be based on or attributable to: (i) the use of the NVIDIA product in any manner that is contrary to this document or (ii) customer product designs.

No license, either expressed or implied, is granted under any NVIDIA patent right, copyright, or other NVIDIA intellectual property right under this document. Information published by NVIDIA regarding third-party products or services does not constitute a license from NVIDIA to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property rights of the third party, or a license from NVIDIA under the patents or other intellectual property rights of NVIDIA.

Reproduction of information in this document is permissible only if approved in advance by NVIDIA in writing, reproduced without alteration and in full compliance with all applicable export laws and regulations, and accompanied by all associated conditions, limitations, and notices.

THIS DOCUMENT AND ALL NVIDIA DESIGN SPECIFICATIONS, REFERENCE BOARDS, FILES, DRAWINGS, DIAGNOSTICS, LISTS, AND OTHER DOCUMENTS (TOGETHER AND SEPARATELY, “MATERIALS”) ARE BEING PROVIDED “AS IS.” NVIDIA MAKES NO WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO THE MATERIALS, AND EXPRESSLY DISCLAIMS ALL IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL NVIDIA BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF ANY USE OF THIS DOCUMENT, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Notwithstanding any damages that customer might incur for any reason whatsoever, NVIDIA’s aggregate and cumulative liability towards customer for the products described herein shall be limited in accordance with the Terms of Sale for the product.

3.2. OpenCL

OpenCL is a trademark of Apple Inc. used under license to the Khronos Group Inc.

3.3. Trademarks

NVIDIA and the NVIDIA logo are trademarks or registered trademarks of NVIDIA Corporation in the U.S. and other countries. Other company and product names may be trademarks of the respective companies with which they are associated.