warp.config.max_unroll#

warp.config.max_unroll: int = 16#

Maximum unroll factor for loops.

Note that max_unroll does not consider the total number of iterations in nested loops. This can result in a large amount of automatically generated code if each nested loop is below the max_unroll threshold.

This setting can be overridden at the module level by setting the "max_unroll" module option.