File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments