Skip to content

Commit 45ea39b

Browse files
Anton Sidorenkoigcbot
authored andcommitted
Pass -fusedCallWA option for EU fusion platforms
This option must be passed to VISA for all platforms with fused EUs.
1 parent b852e85 commit 45ea39b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IGC/VectorCompiler/lib/GenXCodeGen/GenXCisaBuilder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6607,6 +6607,8 @@ collectFinalizerArgs(StringSaver &Saver, const GenXSubtarget &ST,
66076607
addArgument("-TotalGRFNum");
66086608
addArgument("256");
66096609
}
6610+
if (ST.hasFusedEU())
6611+
addArgument("-fusedCallWA");
66106612
return Argv;
66116613
}
66126614

0 commit comments

Comments
 (0)