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 677348d commit ed72581Copy full SHA for ed72581
intercept/src/intercept.cpp
@@ -5061,7 +5061,7 @@ void CLIntercept::dumpProgramSPIRV(
5061
{
5062
std::string command =
5063
config().SPIRVDis +
5064
- " -o " + fileName + "t" +
+ " -o " + fileName + "asm" +
5065
" " + fileName;
5066
5067
logf( "Running: %s\n", command.c_str() );
@@ -10307,7 +10307,7 @@ void CLIntercept::autoCreateSPIRV(
10307
10308
command =
10309
10310
- " -o " + outputFileName + "t" +
+ " -o " + outputFileName + "asm" +
10311
" " + outputFileName;
10312
10313
0 commit comments