mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
Reorganize of KPack in GEMM (#3247)
* add the reorganize of KPack * fix the compilation error * fix the compilation error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user