Divya Shanmughan

Divya Shanmughan is a senior compiler engineer at NVIDIA. She holds a master’s degree from the University of Texas at Austin.
Avatar photo

Posts by Divya Shanmughan

Development & Optimization

How to Improve CUDA Kernel Performance with Shared Memory Register Spilling

When a CUDA kernel requires more hardware registers than are available, the compiler is forced to move the excess variables into local memory, a process known... 9 MIN READ