pystencils.codegen.config.GpuOptions.manual_launch_grid

pystencils.codegen.config.GpuOptions.manual_launch_grid#

GpuOptions.manual_launch_grid: BasicOption[bool] = None#

Always require a manually specified launch grid when running this kernel.

If set to True, the code generator will not attempt to infer the size of the launch grid from the kernel. The launch grid will then have to be specified manually at runtime.