Skip to content

Commit

Permalink
Correct parameter which prints unused flag in log fusion cmd (ROCm#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasberc authored Jan 5, 2024
1 parent 273aaba commit ef34bea
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 ef34bea

Please sign in to comment.