warp.config.max_unroll#
- warp.config.max_unroll: int = 16#
Maximum unroll factor for loops.
Note that
max_unrolldoes 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 themax_unrollthreshold.This setting can be overridden at the module level by setting the
"max_unroll"module option.