Skip to content

Allow ndrange to be zero

Churavy, Valentin requested to merge lcw/null_grid_dims into master

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).

Merge request reports

Loading