Posts by Divya Shanmughan
Development & Optimization
Aug 27, 2025
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