mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 04:19:36 +00:00
* fix and split gemm_universal test
* Update test_gemm_universal_streamk_ut_cases_fp8.inc
[ROCm/composable_kernel commit: 74fda2e796]
This commit is contained in:
committed by
GitHub
parent
addcd203eb
commit
342df94444
2
profiler/include/profiler/profile_gemm_universal_streamk_impl.hpp
Normal file → Executable file
2
profiler/include/profiler/profile_gemm_universal_streamk_impl.hpp
Normal file → Executable 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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user