[CK_TILE] add atomic IGLP scheduler for wp gemm (#2739)

* add atomic IGLP scheduler

* clang format

---------

Co-authored-by: ThomasNing <thomas.ning@amd.com>
This commit is contained in:
lalala-sh
2025-09-09 05:57:14 +08:00
committed by GitHub
parent e11f694eda
commit e4a7728903
2 changed files with 320 additions and 390 deletions

View File

@@ -91,7 +91,7 @@ int main(int argc, char* argv[])
try
{
return !run_gemm_example<GemmConfigPreshuffleDecode>(arg_parser);
return !run_gemm_example<GemmConfigPreshufflePrefill>(arg_parser);
}
catch(const std::runtime_error& e)
{