Posts by Maja Piechotka
Simulation / Modeling / Design
Jan 31, 2025
Dynamic Loading in the CUDA Runtime
Historically, the GPU device code is compiled alongside the application with offline tools such as nvcc. In this case, the GPU device code is managed internally...
8 MIN READ
Simulation / Modeling / Design
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