We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a3aa0 commit 35f0c60Copy full SHA for 35f0c60
visa/HWCaps.inc
@@ -815,7 +815,7 @@ bool needBothAcc(G4_Operand *opnd) const {
815
}
816
817
bool needBarrierWA() const {
818
- return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) &&
+ return (getOption(vISA_enableBarrierWA) &&
819
(getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC ||
820
getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 ||
821
getPlatform() == Xe_MTL));
0 commit comments