Open
Description
Kernel closures support passing ndrange
and workgroupsize
as keyword arguments:
The kernel function itself probably should too, while it currently only accepts positional versions of these arguments (used to construct static sizes):
KernelAbstractions.jl/src/macros.jl
Lines 42 to 44 in 9741962
IMO this makes the code more readable.