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 2501c62 commit 5d5672dCopy full SHA for 5d5672d
visa/HWCaps.inc
@@ -495,6 +495,10 @@ SPDX-License-Identifier: MIT
495
496
bool hasBankCollision() const
497
{
498
+ if(getPlatform() == GENX_TGLLP)
499
+ {
500
+ return true;
501
+ }
502
return (getPlatformGeneration(getPlatform()) <= PlatformGen::GEN11) || getOption(vISA_forceBCR) ||
503
(getOption(vISA_enableBCR) && !hasEarlyGRFRead());
504
}
0 commit comments