mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
Fixing tile engine tests after recent refactoring. (#2791)
* Fixing tile engine tests after recent refactoring. * Fixing line break error.
This commit is contained in:
committed by
GitHub
parent
7d81f85d15
commit
60ea94f4fe
38
Jenkinsfile
vendored
38
Jenkinsfile
vendored
@@ -1357,22 +1357,9 @@ pipeline {
|
||||
-D GEMM_MULTI_D_DATATYPE="fp16" \
|
||||
-D GEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \
|
||||
-DCMAKE_CXX_FLAGS=" -O3 " .. && \
|
||||
ninja -j64 benchmark_gemm_fp8_rcr && \
|
||||
./bin/benchmark_gemm_fp8_rcr && \
|
||||
ninja -j64 benchmark_gemm_fp16_rcr && \
|
||||
./bin/benchmark_gemm_fp16_rcr && \
|
||||
ninja -j64 benchmark_gemm_fp8_crr && \
|
||||
./bin/benchmark_gemm_fp8_crr && \
|
||||
ninja -j64 benchmark_gemm_fp16_crr && \
|
||||
./bin/benchmark_gemm_fp16_crr && \
|
||||
ninja -j64 benchmark_gemm_fp8_ccr && \
|
||||
./bin/benchmark_gemm_fp8_ccr && \
|
||||
ninja -j64 benchmark_gemm_fp16_ccr && \
|
||||
./bin/benchmark_gemm_fp16_ccr && \
|
||||
ninja -j64 benchmark_gemm_fp8_rrr && \
|
||||
./bin/benchmark_gemm_fp8_rrr && \
|
||||
ninja -j64 benchmark_gemm_fp16_rrr && \
|
||||
./bin/benchmark_gemm_fp16_rrr && \
|
||||
ninja -j64 benchmark_gemm_all && \
|
||||
python3 ../tile_engine/ops/gemm/gemm_benchmark.py bin --problem-sizes "1024,1024,1024" \
|
||||
--warmup 5 --repeat 5 --verbose --json results.json && \
|
||||
ninja -j64 benchmark_gemm_multi_d_fp16_rrrr && \
|
||||
./bin/benchmark_gemm_multi_d_fp16_rrrr && \
|
||||
ninja -j64 benchmark_gemm_multi_d_fp16_ccrr && \
|
||||
@@ -1405,22 +1392,9 @@ pipeline {
|
||||
-D GEMM_MULTI_D_DATATYPE="fp16" \
|
||||
-D GEMM_MULTI_D_LAYOUT="rcrr;rrrr;crrr;ccrr" \
|
||||
-DCMAKE_CXX_FLAGS=" -O3 " .. && \
|
||||
ninja -j64 benchmark_gemm_fp8_rcr && \
|
||||
./bin/benchmark_gemm_fp8_rcr && \
|
||||
ninja -j64 benchmark_gemm_fp16_rcr && \
|
||||
./bin/benchmark_gemm_fp16_rcr && \
|
||||
ninja -j64 benchmark_gemm_fp8_crr && \
|
||||
./bin/benchmark_gemm_fp8_crr && \
|
||||
ninja -j64 benchmark_gemm_fp16_crr && \
|
||||
./bin/benchmark_gemm_fp16_crr && \
|
||||
ninja -j64 benchmark_gemm_fp8_ccr && \
|
||||
./bin/benchmark_gemm_fp8_ccr && \
|
||||
ninja -j64 benchmark_gemm_fp16_ccr && \
|
||||
./bin/benchmark_gemm_fp16_ccr && \
|
||||
ninja -j64 benchmark_gemm_fp8_rrr && \
|
||||
./bin/benchmark_gemm_fp8_rrr && \
|
||||
ninja -j64 benchmark_gemm_fp16_rrr && \
|
||||
./bin/benchmark_gemm_fp16_rrr && \
|
||||
ninja -j64 benchmark_gemm_all && \
|
||||
python3 ../tile_engine/ops/gemm/gemm_benchmark.py bin --problem-sizes "1024,1024,1024" \
|
||||
--warmup 5 --repeat 5 --verbose --json results.json && \
|
||||
ninja -j64 benchmark_gemm_multi_d_fp16_rrrr && \
|
||||
./bin/benchmark_gemm_multi_d_fp16_rrrr && \
|
||||
ninja -j64 benchmark_gemm_multi_d_fp16_ccrr && \
|
||||
|
||||
Reference in New Issue
Block a user