Revert "CkProfiler StreamK GemmUniversal Fix and Split Gemm_universal Test (…" (#2054)

This reverts commit 0b4a5b6b99.

[ROCm/composable_kernel commit: 29f7266216]
This commit is contained in:
Illia Silin
2025-04-07 06:49:36 -07:00
committed by GitHub
parent 753a84d9d5
commit 22e7aec515
9 changed files with 79 additions and 409 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};
}