Multidimensional grids and shared memory for cuda python with Numba
Content covered
utiliizng the on chip memory space on gpu called shared memory
Outcome:
writing the GPU accelerated code in python using numba on 1D and 2D datasets while utilizing the several of the most important strategies for writing consistently fast GPU accelerated code.