Skip to content

Commit e4a7728

Browse files
[CK_TILE] add atomic IGLP scheduler for wp gemm (#2739)
* add atomic IGLP scheduler * clang format --------- Co-authored-by: ThomasNing <[email protected]>
1 parent e11f694 commit e4a7728

File tree

2 files changed

+319
-389
lines changed

2 files changed

+319
-389
lines changed

example/ck_tile/03_gemm/gemm_weight_preshuffle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ int main(int argc, char* argv[])
9191

9292
try
9393
{
94-
return !run_gemm_example<GemmConfigPreshuffleDecode>(arg_parser);
94+
return !run_gemm_example<GemmConfigPreshufflePrefill>(arg_parser);
9595
}
9696
catch(const std::runtime_error& e)
9797
{

0 commit comments

Comments
 (0)