Merge commit '88d72178d6739c7e277074e5f9bb5d1e59bf0152' into develop

This commit is contained in:
assistant-librarian[bot]
2025-08-01 00:42:26 +00:00
parent b0bb499ae5
commit 50c936cf87
11 changed files with 54 additions and 139 deletions

View File

@@ -34,8 +34,7 @@ void benchmark_gemm(const ck_tile::ArgParser& arg_parser)
arg_parser.get_bool("log"),
arg_parser.get_str("csv_filename"),
arg_parser.get_bool("flush_cache"),
arg_parser.get_int("rotating_count"),
arg_parser.get_int("bench_time")};
arg_parser.get_int("rotating_count")};
auto& profiler = GemmProfiler::instance(setting);