Stream-K CkProfiler Update ( Replace CPU Validation with GPU Validation and Add Dynamic Grid Size Calculation for Stream-K GEMM Profiler) (#2333)

* Stream-K Ckprofiler Update

* new grid list based on sm number

* clang

* update for review

* Update profile_gemm_universal_streamk.cpp

---------

Co-authored-by: root <root@ctr-ubbsmc16.amd.com>

[ROCm/composable_kernel commit: bfb33bc1e9]
This commit is contained in:
Muhammed Emin Ozturk
2025-06-18 07:49:22 -07:00
committed by GitHub
parent fdfcee3b98
commit 70d6dcb230
2 changed files with 97 additions and 18 deletions

4
profiler/src/profile_gemm_universal_streamk.cpp Normal file → Executable file
View File

@@ -90,8 +90,8 @@ int profile_gemm_universal_streamk(int argc, char* argv[])
const int Streamk_sel = std::stoi(argv[14]);
const int Grid_size = std::stoi(argv[15]);
int n_warmup = 20;
int n_iter = 50;
int n_warmup = 1;
int n_iter = 10;
uint64_t rotating = 0;
if(argc == 19)
{