Skip to content

Commit 5a9a876

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: 2f8b563: Enable PVC send WAR WA by default
Enabling -PVCSendWARWA flag by default
1 parent 01ba2d5 commit 5a9a876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/include/VISAOptionsDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ DEF_VISA_OPTION(vISA_has4DeepSystolic, ET_BOOL, "-has4DeepSystolic", UNUSED,
556556
false)
557557

558558
DEF_VISA_OPTION(vISA_PVCSendWARWA, ET_BOOL_TRUE, "-PVCSendWARWA",
559-
"enable Send WAR walkaround for PVC", true)
559+
"enable Send WAR walkaround for PVC", false)
560560
DEF_VISA_OPTION(vISA_SWSBMakeLocalWAR, ET_BOOL_TRUE, "-SWSBMakeLocalWAR",
561561
"Enable WAR Sync at the end of BB", false)
562562
DEF_VISA_OPTION(vISA_SWSBReplaceARWithAW, ET_BOOL_TRUE, "-SWSBReplaceARWithAW",

0 commit comments

Comments
 (0)