Skip to content

Commit e31056a

Browse files
committed
Remove streamk-k bmk
Signed-off-by: Tiotto, Ettore <[email protected]>
1 parent a7b63cd commit e31056a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,6 @@ jobs:
180180
python ../../scripts/build_report.py $REPORTS/matmul-performance-at.csv $REPORTS/gemm-at-triton-report.csv --benchmark gemm-at --compiler triton --param_cols "B,M,K,N" --tflops_col Triton-TFlops --hbm_col "Triton-GB/s" --tag $TAG
181181
python ../../scripts/build_report.py $REPORTS/matmul-performance-at.csv $REPORTS/gemm-at-onednn-report.csv --benchmark gemm-at --compiler onednn --param_cols "B,M,K,N" --tflops_col onednn-TFlops --hbm_col "onednn-GB/s" --tag $TAG
182182
183-
- name: Run Triton GEMM (stream-k) kernel benchmark
184-
if: ${{ steps.install.outcome == 'success' && !cancelled() }}
185-
run: |
186-
cd benchmarks/triton_kernels_benchmark
187-
python gemm_streamk_benchmark.py --reports $REPORTS
188-
source ../../scripts/capture-hw-details.sh
189-
python ../../scripts/build_report.py $REPORTS/matmul-streamk-performance.csv $REPORTS/gemm-streamk-triton-report.csv --benchmark gemm-streamk --compiler triton --param_cols "M,K,N" --tflops_col Triton-TFlops --hbm_col "Triton-GB/s" --tag $TAG
190-
191183
- name: Run Triton GEMM (split-k) kernel benchmark
192184
if: ${{ steps.install.outcome == 'success' && !cancelled() }}
193185
run: |

0 commit comments

Comments
 (0)