Skip to content

Commit ef34bea

Browse files
authored
Correct parameter which prints unused flag in log fusion cmd (#2653)
1 parent 273aaba commit ef34bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fusion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ std::string LogCmdConvolutionFusion(const miopenFusionPlanDescriptor_t fusePlanD
366366
miopen::deref(convDesc),
367367
miopen::deref(yDesc),
368368
miopenProblemDirection_t::miopenProblemDirectionForward,
369-
false,
369+
std::nullopt,
370370
false);
371371

372372
return str;

0 commit comments

Comments
 (0)