Skip to content

Commit 984eed1

Browse files
authored
Disable flaky test (#239)
1 parent f41d6b5 commit 984eed1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/iris-performance-regression-test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ jobs:
4646
matrix:
4747
# Performance baselines measured on AMD Instinct MI325X (8 GPUs)
4848
include:
49-
- example_name: "GEMM All-Scatter WG Specialization"
50-
example_path: "10_gemm_all_scatter_wg_specialization"
51-
tflops_threshold: 1600 # Actual: ~2182 TFLOPs
52-
benchmark_args: "-m 16384 -n 16384 -k 16384 --BLK_M 128 --BLK_N 128 --BLK_K 64 --gsize_m 6 --gemm_sms 256"
49+
# Disabled https://github.com/ROCm/iris/issues/238
50+
#- example_name: "GEMM All-Scatter WG Specialization"
51+
# example_path: "10_gemm_all_scatter_wg_specialization"
52+
# tflops_threshold: 1600 # Actual: ~2182 TFLOPs
53+
# benchmark_args: "-m 16384 -n 16384 -k 16384 --BLK_M 128 --BLK_N 128 --BLK_K 64 --gsize_m 6 --gemm_sms 256"
5354

5455
- example_name: "GEMM All-Scatter"
5556
example_path: "07_gemm_all_scatter"

0 commit comments

Comments
 (0)