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 97f373a commit bdb57daCopy full SHA for bdb57da
visa/HWCaps.inc
@@ -790,7 +790,7 @@ bool needBothAcc(G4_Operand *opnd) const {
790
}
791
792
bool needBarrierWA() const {
793
- return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) &&
+ return (getOption(vISA_enableBarrierWA) &&
794
(getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC ||
795
getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 ||
796
getPlatform() == Xe_MTL));
0 commit comments