Skip to content

Commit 5d5672d

Browse files
bcheng0127igcbot
authored andcommitted
enable BCR for a platform
enable BCR for a platform
1 parent 2501c62 commit 5d5672d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

visa/HWCaps.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,10 @@ SPDX-License-Identifier: MIT
495495

496496
bool hasBankCollision() const
497497
{
498+
if(getPlatform() == GENX_TGLLP)
499+
{
500+
return true;
501+
}
498502
return (getPlatformGeneration(getPlatform()) <= PlatformGen::GEN11) || getOption(vISA_forceBCR) ||
499503
(getOption(vISA_enableBCR) && !hasEarlyGRFRead());
500504
}

0 commit comments

Comments
 (0)