fix, reference function passed, next check kernel function

This commit is contained in:
mtgu0705
2025-09-16 03:01:12 -05:00
parent ec9bcef591
commit 0a89ed13a5
4 changed files with 49 additions and 13 deletions

View File

@@ -307,7 +307,7 @@ auto create_args(int argc, char* argv[])
ck_tile::ArgParser arg_parser;
arg_parser.insert("m", "32", "m dimension")
.insert("n", "128", "n dimension")
.insert("k", "512", "k dimension")
.insert("k", "256", "k dimension")
.insert("a_layout", "R", "A tensor data layout - Row by default")
.insert("b_layout", "C", "B tensor data layout - Row by default")
.insert("c_layout", "R", "C tensor data layout - Row by default")