From ef34bea04ebe0df94174ebffcd8f346fb3780694 Mon Sep 17 00:00:00 2001 From: jasberc <146053952+jasberc@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:26:43 +0800 Subject: [PATCH] Correct parameter which prints unused flag in log fusion cmd (#2653) --- src/fusion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fusion.cpp b/src/fusion.cpp index ac7946eb99..08daa34577 100644 --- a/src/fusion.cpp +++ b/src/fusion.cpp @@ -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;