Skip to content

Commit

Permalink
[Autobackout][FunctionalRegression]Revert of change: e799e30: Enable …
Browse files Browse the repository at this point in the history
…barrier workaround by default at O0. 2nd try.

Enable barrier workaround by default at O0
  • Loading branch information
sys-igc authored and igcbot committed Aug 26, 2024
1 parent 97f373a commit bdb57da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visa/HWCaps.inc
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ bool needBothAcc(G4_Operand *opnd) const {
}

bool needBarrierWA() const {
return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) &&
return (getOption(vISA_enableBarrierWA) &&
(getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC ||
getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 ||
getPlatform() == Xe_MTL));
Expand Down

0 comments on commit bdb57da

Please sign in to comment.