Merge commit '504b101da33bd1ae2b39e13342c961eb0ddb4458' into develop

This commit is contained in:
assistant-librarian[bot]
2025-07-28 19:44:03 +00:00
parent e4046c7266
commit 6071d36292
710 changed files with 34610 additions and 9666 deletions

View File

@@ -216,10 +216,9 @@ bool run(const ck_tile::ArgParser& arg_parser)
}
}
std::cout << "[" << data_type << "]"
<< " m:" << m << ", n:" << n << ", x_stride:" << x_stride
<< ", y_stride:" << y_stride << ", valid:" << (pass ? "y" : "n") << std::flush
<< std::endl;
std::cout << "[" << data_type << "]" << " m:" << m << ", n:" << n
<< ", x_stride:" << x_stride << ", y_stride:" << y_stride
<< ", valid:" << (pass ? "y" : "n") << std::flush << std::endl;
}
return pass;