Skip to content

Commit 1e90674

Browse files
bcheng0127pszymich
authored andcommitted
Remove PVC guard for BCR checking
Remove PVC guard for BCR checking
1 parent 6c1ae4e commit 1e90674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/HWCaps.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ bool hasBankCollision() const {
353353
return true;
354354
}
355355
return (getPlatformGeneration() <= PlatformGen::GEN11) ||
356-
getOption(vISA_forceBCR) ||
356+
(getPlatform() >= Xe_PVC) || getOption(vISA_forceBCR) ||
357357
(getOption(vISA_enableBCR) && !hasEarlyGRFRead());
358358
}
359359

0 commit comments

Comments
 (0)