You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE`| Any(\*) | Enables tracing of `parallel_for` invocations with rounded-up ranges. |
216
+
|`SYCL_PARALLEL_FOR_RANGE_ROUNDING_PARAMS`|`MinFactorX:GoodFactor:MinRangeX`|`MinFactorX`: The minimum range that the rounded range should be a multiple of (Default 16) |
217
+
|||`GoodFactor`: The preferred range that the rounded range be a multiple of (Default 32) |
218
+
|||`MinRangeX`: The minimum X dimension of the range such that range rounding is activated (Default 1024) |
0 commit comments