Skip to content

Commit 014ae04

Browse files
fangliu2020pszymich
authored andcommitted
Changes in code.
(cherry picked from commit 0874939)
1 parent 11c1b8c commit 014ae04

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
@@ -784,7 +784,7 @@ bool needBothAcc(G4_Operand *opnd) const {
784784
}
785785

786786
bool needBarrierWA() const {
787-
return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) &&
787+
return (getOption(vISA_enableBarrierWA) &&
788788
(getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC ||
789789
getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 ||
790790
getPlatform() == Xe_MTL));

0 commit comments

Comments
 (0)