mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 12:59:49 +00:00
Fix the GFX 950 Universal GEMM (#2597)
* solve the gfx950 error
* clang format
* fix a typo error
---------
Co-authored-by: ThomasNing <thomasning@amd.com>
[ROCm/composable_kernel commit: 7c44a763fa]
This commit is contained in:
@@ -375,6 +375,8 @@ int run_gemm_combinations(std::string const& data_type)
|
||||
{
|
||||
is_success =
|
||||
run_gemm_test<GemmConfigComputeV3>(ARG_COUNT, argv) && is_success;
|
||||
is_success =
|
||||
run_gemm_test<GemmConfigComputeV3_2>(ARG_COUNT, argv) && is_success;
|
||||
}
|
||||
catch(const ArgumentsNotSupportedException& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user