mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-26 08:00:13 +00:00
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:
committed by
GitHub
parent
fdfcee3b98
commit
70d6dcb230
4
profiler/src/profile_gemm_universal_streamk.cpp
Normal file → Executable file
4
profiler/src/profile_gemm_universal_streamk.cpp
Normal file → Executable 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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user