Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/iris-performance-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
matrix:
# Performance baselines measured on AMD Instinct MI325X (8 GPUs)
include:
- example_name: "GEMM All-Scatter WG Specialization"
example_path: "10_gemm_all_scatter_wg_specialization"
tflops_threshold: 1600 # Actual: ~2182 TFLOPs
benchmark_args: "-m 16384 -n 16384 -k 16384 --BLK_M 128 --BLK_N 128 --BLK_K 64 --gsize_m 6 --gemm_sms 256"
# Disabled https://github.com/ROCm/iris/issues/238
#- example_name: "GEMM All-Scatter WG Specialization"
# example_path: "10_gemm_all_scatter_wg_specialization"
# tflops_threshold: 1600 # Actual: ~2182 TFLOPs
# benchmark_args: "-m 16384 -n 16384 -k 16384 --BLK_M 128 --BLK_N 128 --BLK_K 64 --gsize_m 6 --gemm_sms 256"

- example_name: "GEMM All-Scatter"
example_path: "07_gemm_all_scatter"
Expand Down
Loading