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…
Categories
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…