Skip to content

Commit

Permalink
correct parameter which prints unused flag in log fusion cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jasberc committed Jan 4, 2024
1 parent 38a0ebf commit ab1cb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fusion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ std::string LogCmdConvolutionFusion(const miopenFusionPlanDescriptor_t fusePlanD
miopen::deref(convDesc),
miopen::deref(yDesc),
miopenProblemDirection_t::miopenProblemDirectionForward,
false,
std::nullopt,
false);

return str;
Expand Down

0 comments on commit ab1cb2f

Please sign in to comment.