Skip to content

Commit 5751336

Browse files
jfuentessys_zuul
authored andcommitted
Distingish large blocks sizes for RPE calculation and scheduling.
Change-Id: I743604a85f09da5dc0762cbbe2de0f0fe6c0185e
1 parent 772f1bd commit 5751336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

visa/LocalScheduler/G4_Sched.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ using namespace vISA;
77
using namespace std;
88

99
static const unsigned SMALL_BLOCK_SIZE = 10;
10-
static const unsigned LARGE_BLOCK_SIZE = 32000;
10+
static const unsigned LARGE_BLOCK_SIZE = 20000;
11+
static const unsigned LARGE_BLOCK_SIZE_RPE = 32000;
1112
static const unsigned PRESSURE_REDUCTION_MIN_BENEFIT = 5;
1213
static const unsigned PRESSURE_REDUCTION_THRESHOLD = 110;
1314
static const unsigned PRESSURE_REDUCTION_THRESHOLD_SIMD32 = 120;

0 commit comments

Comments
 (0)