Skip to content

Commit 35f0c60

Browse files
AnBodrovapszymich
authored andcommitted
Revert: "[IGC vISA] Enable barrier workaround by default at O0. 3rd try. (#203132)"
--------------------------- (cherry picked from commit ae49991)
1 parent e1a3aa0 commit 35f0c60

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
@@ -815,7 +815,7 @@ bool needBothAcc(G4_Operand *opnd) const {
815815
}
816816

817817
bool needBarrierWA() const {
818-
return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) &&
818+
return (getOption(vISA_enableBarrierWA) &&
819819
(getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC ||
820820
getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 ||
821821
getPlatform() == Xe_MTL));

0 commit comments

Comments
 (0)