From e158084feecf7893468626ce4ee21eb35b20711e Mon Sep 17 00:00:00 2001 From: BrianHarrisonAMD <169072757+BrianHarrisonAMD@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:29:22 -0600 Subject: [PATCH] [gtest] Fix log test error (#3150) --- test/gtest/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtest/log.cpp b/test/gtest/log.cpp index b3fb18a9b6..0dbd4024e3 100644 --- a/test/gtest/log.cpp +++ b/test/gtest/log.cpp @@ -58,7 +58,7 @@ const std::string logFusionConvBiasActiv = "-W 32 -k 64 -y 3 -x 3 -p 1 -q 1 -u 1 -v 1 -l 1 -j 1"; const std::string logBnormActiv = "MIOpen(" BKEND "): Command [LogCmdFusion] " MDEXE - " CBAInfer -F 2 -n 64 -c 64 -H 56 -W 56 -M 1"; + " CBAInfer -F 2 -n 64 -c 64 -H 56 -W 56 -m 1"; // Captures the std::cerr buffer and store it to a string. struct CerrRedirect