Skip to content

Commit f788498

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: 681e0a5: Bump up GRF mode for forceBCR
When forceBCR is applied, there are a lot of bank conflict. Bump up GRF mode to reduce conflict
1 parent 0d8fe3f commit f788498

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

visa/G4_Kernel.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,10 +2246,6 @@ GRFMode::GRFMode(const TARGET_PLATFORM plat, unsigned regSize, Options *op)
22462246

22472247
// Select higher GRF
22482248
GRFModeUpValue = op->getuInt32Option(vISA_ForceGRFModeUp);
2249-
2250-
if (GRFModeUpValue == 0)
2251-
GRFModeUpValue = op->getOption(vISA_forceBCR) ? 1 : 0;
2252-
22532249
vISA_ASSERT(GRFModeUpValue >= 0 && GRFModeUpValue <= configs.size(),
22542250
"Invalid value for selecting a higher GRF mode");
22552251
}

0 commit comments

Comments
 (0)