Merge commit 'de6a9590abe907283e189abba1b487f8e5562d1b' into develop

This commit is contained in:
assistant-librarian[bot]
2025-11-24 21:29:18 +00:00
parent 5297edb40c
commit 4aaa8c92bb
4 changed files with 52 additions and 17 deletions

View File

@@ -120,7 +120,7 @@ int main(int argc, char* argv[])
#if CK_TILE_USE_WMMA
return !run_gemm_example<GemmConfigComputeV3_WMMA>(arg_parser);
#else
return !run_gemm_example<GemmConfigComputeV3>(arg_parser);
return !run_gemm_example<GemmConfigComputeV3_2>(arg_parser);
#endif
}
catch(const std::runtime_error& e)