Skip to content

Commit bdb57da

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: e799e30: Enable barrier workaround by default at O0. 2nd try.
Enable barrier workaround by default at O0
1 parent 97f373a commit bdb57da

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
@@ -790,7 +790,7 @@ bool needBothAcc(G4_Operand *opnd) const {
790790
}
791791

792792
bool needBarrierWA() const {
793-
return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) &&
793+
return (getOption(vISA_enableBarrierWA) &&
794794
(getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC ||
795795
getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 ||
796796
getPlatform() == Xe_MTL));

0 commit comments

Comments
 (0)