Skip to content

Commit 8e80ced

Browse files
petechoupszymich
authored andcommitted
Disable DPASFuseRSWA because of regressions.
Disable DPASFuseRSWA because of regressions.
1 parent a3e06b3 commit 8e80ced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

visa/HWCaps.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ bool hasRSForSpecificPlatform() const {
248248
}
249249

250250
bool hasDPASFuseRSWA() const {
251-
return VISA_WA_CHECK(getPWaTable(), Wa_18023229625) ||
252-
getOption(vISA_DPASFuseRSWA);
251+
return getOption(vISA_DPASFuseRSWA);
253252
}
254253

255254
bool hasSrc1ReadSuppressionIssue() const {

0 commit comments

Comments
 (0)