Skip to content

Commit 373eb77

Browse files
Anton Sidorenkoigcbot
Anton Sidorenko
authored andcommitted
[Autobackout][FuncReg]Revert of change: 45ea39b
Pass -fusedCallWA option for EU fusion platforms This option must be passed to VISA for all platforms with fused EUs.
1 parent ef0913d commit 373eb77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IGC/VectorCompiler/lib/GenXCodeGen/GenXCisaBuilder.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -6607,8 +6607,6 @@ collectFinalizerArgs(StringSaver &Saver, const GenXSubtarget &ST,
66076607
addArgument("-TotalGRFNum");
66086608
addArgument("256");
66096609
}
6610-
if (ST.hasFusedEU())
6611-
addArgument("-fusedCallWA");
66126610
return Argv;
66136611
}
66146612

0 commit comments

Comments
 (0)