warp.config.enable_cpu_blocks#
- warp.config.enable_cpu_blocks: bool = False#
Enable experimental CPU kernel launches with more than one logical thread per block.
When
False, CPU launch block dimensions greater than one resolve to one, preserving the historical CPU execution model. WhenTrue, explicit CPU block dimensions from 2 through 1024 run with cooperative fibers.