mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
Addressing (Post Merge) code review comments for PR 1845 (#1883)
* Addressing code review comments. * Addressing code review comments. * Reorganized code for better readability. * add ck_tile gemms for new types in CI * fix jenkins syntax * fix script syntax * Add the test cases back * Address the review comments * Address review comments * clang format * Solve the merging issues * Addressed the comments * clang format --------- Co-authored-by: illsilin <Illia.Silin@amd.com> Co-authored-by: ThomasNing <thomas.ning@amd.com> Co-authored-by: Adam Osewski <19374865+aosewski@users.noreply.github.com>
This commit is contained in:
0
example/ck_tile/03_gemm/script/benchmark_basic_bf16.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_basic_bf16.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_basic_bf8.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_basic_bf8.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_basic_fp8.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_basic_fp8.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_mem_pipeline_bf16.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_mem_pipeline_bf16.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_mem_pipeline_bf8.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_mem_pipeline_bf8.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_mem_pipeline_fp8.sh
Normal file → Executable file
0
example/ck_tile/03_gemm/script/benchmark_mem_pipeline_fp8.sh
Normal file → Executable file
@@ -32,14 +32,11 @@ function print_log_header(){
|
||||
}
|
||||
|
||||
# run verification tests
|
||||
example/ck_tile/03_gemm/script/smoke_test_basic.sh
|
||||
example/ck_tile/03_gemm/script/smoke_test_mem_pipeline.sh
|
||||
|
||||
# run performance benchmarks
|
||||
export gemm_basic_log="perf_tile_gemm_basic_fp16_$GPU_arch.log"
|
||||
print_log_header $gemm_basic_log $env_type $branch $host_name
|
||||
example/ck_tile/03_gemm/script/benchmark_basic.sh 2>&1 | tee -a $gemm_basic_log
|
||||
|
||||
export gemm_mem_pipeline_log="perf_tile_gemm_mem_pipeline_fp16_$GPU_arch.log"
|
||||
print_log_header $gemm_mem_pipeline_log $env_type $branch $host_name
|
||||
example/ck_tile/03_gemm/script/benchmark_mem_pipeline.sh 2>&1 | tee -a $gemm_mem_pipeline_log
|
||||
for dtype in fp16 bf16 fp8 bf8; do
|
||||
export gemm_log="perf_tile_gemm_mem_pipeline_${dtype}_${GPU_arch}.log"
|
||||
print_log_header $gemm_log $env_type $branch $host_name
|
||||
example/ck_tile/03_gemm/script/benchmark_mem_pipeline_$dtype.sh 2>&1 | tee -a $gemm_log
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user