clang format

This commit is contained in:
aska-0096
2024-09-04 15:11:51 +00:00
parent 99475cf8f9
commit 41fcfbc64e
13 changed files with 232 additions and 487 deletions

View File

@@ -272,7 +272,8 @@ bool run_gemm(const ProblemType& problem_size, const ExecutionConfig& config)
if(config.time_kernel)
{
ave_time = invoker.Run(argument, StreamConfig{nullptr, config.time_kernel, 0, 10, 5, true, 5});
ave_time =
invoker.Run(argument, StreamConfig{nullptr, config.time_kernel, 0, 10, 5, true, 5});
std::size_t flop = 2_uz * M * N * K;
std::size_t num_btype =