Skip to content

Commit

Permalink
[gtest] Fix log test error (ROCm#3150)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHarrisonAMD committed Jul 24, 2024
1 parent 3e983ed commit e158084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e158084

Please sign in to comment.