warp.config.default_grid_stride#
- warp.config.default_grid_stride: bool = True#
Default
grid_stridefor kernels that make no explicit choice.Falseopts kernels into the lean launch path (no grid-stride loop, lower per-thread overhead and register pressure, butmax_blockscannot be capped). Lowest precedence: a per-kernel@warp.kernel(grid_stride=...)argument or the module"default_grid_stride"option overrides it.