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:
Thomas Ning
2025-08-01 09:32:24 -07:00
committed by GitHub
parent 6c5d1d39b8
commit 9325ae50e8
3 changed files with 30 additions and 12 deletions

View File

@@ -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)
{