Maja Piechotka

Maja is a senior software engineer working on CUDA Driver and Runtime. She is interested in the intersection of API and language design. Maja graduated with a master’s degree from Imperial College London in 2013.
Avatar photo

Posts by Maja Piechotka

Simulation / Modeling / Design

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

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