CkProfiler StreamK GemmUniversal Fix and Split Gemm_universal Test (#2044)

* fix and split gemm_universal test

* clang

* Update test_gemm_universal_ut_cases_bf16.inc

* Update test_gemm_universal_xdl_bf16.cpp

* Update test_gemm_universal_ut_cases_fp16.inc

[ROCm/composable_kernel commit: 7142d8003c]
This commit is contained in:
Muhammed Emin Ozturk
2025-04-03 14:22:43 -07:00
committed by GitHub
parent b85b103194
commit d451d52350
9 changed files with 409 additions and 79 deletions

View File

@@ -166,7 +166,7 @@ bool profile_gemm_universal_streamk_impl(int do_verification,
0, 1, 2, 3, 4}; // 0: Data Parallel (DP) mode (Stream-K OFF), 1: 1-tile Stream-K+ DP,
// 2:2-tile Stream-K + DP
if(Grid_size != -1)
if(Grid_size == -1)
{
grid_size_list = {Grid_size};
}