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 6c1ae4e commit 1e90674Copy full SHA for 1e90674
visa/HWCaps.inc
@@ -353,7 +353,7 @@ bool hasBankCollision() const {
353
return true;
354
}
355
return (getPlatformGeneration() <= PlatformGen::GEN11) ||
356
- getOption(vISA_forceBCR) ||
+ (getPlatform() >= Xe_PVC) || getOption(vISA_forceBCR) ||
357
(getOption(vISA_enableBCR) && !hasEarlyGRFRead());
358
359
0 commit comments