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 772f1bd commit 5751336Copy full SHA for 5751336
visa/LocalScheduler/G4_Sched.cpp
@@ -7,7 +7,8 @@ using namespace vISA;
7
using namespace std;
8
9
static const unsigned SMALL_BLOCK_SIZE = 10;
10
-static const unsigned LARGE_BLOCK_SIZE = 32000;
+static const unsigned LARGE_BLOCK_SIZE = 20000;
11
+static const unsigned LARGE_BLOCK_SIZE_RPE = 32000;
12
static const unsigned PRESSURE_REDUCTION_MIN_BENEFIT = 5;
13
static const unsigned PRESSURE_REDUCTION_THRESHOLD = 110;
14
static const unsigned PRESSURE_REDUCTION_THRESHOLD_SIMD32 = 120;
0 commit comments