Skip to content

Commit 8917c24

Browse files
Gang Y Chenigcbot
authored andcommitted
tune up PreRA scheduler RP-threshold
for performance
1 parent 41e0f52 commit 8917c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/LocalScheduler/G4_Sched.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static const unsigned PRESSURE_REDUCTION_THRESHOLD = 110;
2626
static const unsigned PRESSURE_HIGH_THRESHOLD = 128;
2727
static const unsigned PRESSURE_LOW_THRESHOLD = 60;
2828
static const unsigned PRESSURE_REDUCTION_THRESHOLD_SIMD32 = 120;
29-
static const unsigned LATENCY_PRESSURE_THRESHOLD = 100;
29+
static const unsigned LATENCY_PRESSURE_THRESHOLD = 104;
3030

3131
namespace {
3232

0 commit comments

Comments
 (0)