pystencils.codegen.config.GpuOptions.generate_launch_bounds

pystencils.codegen.config.GpuOptions.generate_launch_bounds#

GpuOptions.generate_launch_bounds: BasicOption[bool] = None#

Specifies if generated kernels are augmented with the __launch_bounds__(…) function qualifier. This requires: 1) the default_block_size to be set and 2) matching with the launch configuration’s block size.