We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc87cc commit c6313bdCopy full SHA for c6313bd
sycl/plugins/level_zero/pi_level_zero.cpp
@@ -911,8 +911,8 @@ typedef struct CommandListBatchConfig {
911
912
// Thresholds for when increase batch size (number of closed early is small
913
// and number of closed full is high).
914
- pi_uint32 NumTimesClosedEarlyThreshold{2};
915
- pi_uint32 NumTimesClosedFullThreshold{10};
+ pi_uint32 NumTimesClosedEarlyThreshold{3};
+ pi_uint32 NumTimesClosedFullThreshold{8};
916
917
// Tells the starting size of a batch.
918
pi_uint32 startSize() const { return Size > 0 ? Size : DynamicSizeStart; }
0 commit comments