warp.config.default_grid_stride#

warp.config.default_grid_stride: bool = True#

Default grid_stride for kernels that make no explicit choice.

False opts kernels into the lean launch path (no grid-stride loop, lower per-thread overhead and register pressure, but max_blocks cannot be capped). Lowest precedence: a per-kernel @warp.kernel(grid_stride=...) argument or the module "default_grid_stride" option overrides it.