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 ed6bbe4 commit 114a212Copy full SHA for 114a212
visa/G4_Kernel.cpp
@@ -2253,10 +2253,10 @@ bool GRFMode::hasSmallerGRFSameThreads() const {
2253
unsigned GRFMode::getSpillThreshold() const {
2254
if (platform < Xe3)
2255
return 0;
2256
- // FIXME: currently spill thresholds for <128GRF are
+ // FIXME: currently spill thresholds for <96GRF are
2257
// causing some performance regressions. We need more
2258
// study to define proper thresholds for this range.
2259
- if (configs[currentMode].numGRF < 128)
+ if (configs[currentMode].numGRF < 96)
2260
2261
if (configs[currentMode].numGRF == 256 &&
2262
options->getuInt32Option(vISA_SpillAllowed256GRF) > 0)
0 commit comments