NVIDIA CUDA 12.0 Released With Official JIT LTO, C++20 Dialect Support

Written by Michael Larabel in NVIDIA on 9 December 2022 at 09:39 AM EST. 2 Comments
NVIDIA
NVIDIA has released CUDA 12.0 as the latest major feature update to their proprietary compute API.

CUDA 12.0 brings many changes including new capabilities for their latest Hopper and Ada Lovelace GPUs, updating their C++ dialects, making JIT LTO support official, new and improved APIs, and an assortment of other features.

- CUDA 12.0 exposes programmable functionality for many features of NVIDIA's Hopper and Ada Lovelace architectures. Among the new CUDA 12.0 features fur use with Hopper and Ada are many tensor operations now supported with the public PTX intermediate representation, C intrinsics for cooperative grid array (CGA) relaxed barrier support, programmatic L2 cache to SM multi-cast, genomics/DPX instructions, and other additions.

- Support for using virtual memory management APIs with GPUs marked as CUDA_VISIBLE_DEVICES.

- Application and library developers can programmatically update the priority of CUDA streams.

- Revamped CUDA Dynamic Parallelism APIs with "substantial" performance improvements over the prior APIs.

- Just-In-Time Link-Time Optimizations (JIT LTO) is now officially supported through the nvJitLink library.

- GCC 12.1 host compiler support.

- NVCC and NVRTC support for the C++20 dialect.

- NVRTC updated its default C++ dialect from C++14 to C++17.


More details on all of the CUDA 12.0 changes via the release notes. Download CUDA 12.0 for all major platforms from developer.nvidia.com.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week