Posts by Fred Oh
News
Mar 01, 2023
Just Released: CUDA Toolkit 12.1
Available now for download, the CUDA Toolkit 12.1 release provides support for NVIDIA Hopper and NVIDIA Ada Lovelace architecture.
< 1
Technical Walkthrough
Jan 17, 2023
CUDA 12.0 Compiler Support for Runtime LTO Using nvJitLink Library
CUDA Toolkit 12.0 introduces a new nvJitLink library for Just-in-Time Link Time Optimization (JIT LTO) support. In the early days of CUDA, to get maximum...
14 MIN READ
News
Dec 13, 2022
CUDA 12.0: New Features and Beyond on YouTube Premiere
Learn about the newest CUDA features such as release compatibility, dynamic parallelism, lazy module loading, and support for the new NVIDIA Hopper and NVIDIA...
< 1
Technical Walkthrough
Dec 12, 2022
Enabling Dynamic Control Flow in CUDA Graphs with Device Graph Launch
CUDA Graphs significantly reduce the overhead of launching a large batch of user operations by defining them as a task graph, which may be launched in a single...
8 MIN READ
Technical Walkthrough
Dec 12, 2022
CUDA Context-Independent Module Loading
Most CUDA developers are familiar with the cuModuleLoad API and its counterparts for loading a module containing device code into a CUDA context. In...
5 MIN READ
Technical Walkthrough
Dec 12, 2022
CUDA Toolkit 12.0 Released for General Availability
NVIDIA announces the newest CUDA Toolkit software release, 12.0. This release is the first major release in many years and it focuses on new programming models...
12 MIN READ