Allow ndrange to be zero
Created by: lcw
This provides a shortcut for kernels with a zero ndrange. It also prevents trying to launch a CUDA kernel with zero blocks (which is an error).
Created by: lcw
This provides a shortcut for kernels with a zero ndrange. It also prevents trying to launch a CUDA kernel with zero blocks (which is an error).