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 11c1b8c commit 014ae04Copy full SHA for 014ae04
visa/HWCaps.inc
@@ -784,7 +784,7 @@ bool needBothAcc(G4_Operand *opnd) const {
784
}
785
786
bool needBarrierWA() const {
787
- return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) &&
+ return (getOption(vISA_enableBarrierWA) &&
788
(getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC ||
789
getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 ||
790
getPlatform() == Xe_MTL));
0 commit comments