File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120
121121 source .venv/bin/activate
122122
123- KERNELS=("softmax" "geglu" "swiglu" " jsd" "welford" "kl_div" "int4_gemm" " layer_norm" "layer_norm-bwd" "rms_norm" "rms_norm-bwd" "cross_entropy" "flash_attention")
123+ KERNELS=("softmax" "jsd" "welford" "kl_div" "layer_norm" "layer_norm-bwd" "rms_norm" "rms_norm-bwd" "cross_entropy" "flash_attention" "gemm" "grouped_gemm ")
124124 NUMSHARDS=${{ inputs.num-shards }}
125125 SHARD=${{ inputs.shard }}
126126
Original file line number Diff line number Diff line change 2626 if : ${{ github.event.inputs.run_h100 == 'true' || github.event_name == 'schedule' }}
2727 uses : ./.github/workflows/compute-benchmark-matrix.yml
2828 with :
29- max-runners : 13
29+ max-runners : 12
3030
3131 run-h100 :
3232 needs : gen-matrix-h100
5151 uses : ./.github/workflows/compute-benchmark-matrix.yml
5252 if : ${{ github.event.inputs.run_b200 == 'true' || github.event_name == 'schedule' }}
5353 with :
54- max-runners : 13
54+ max-runners : 12
5555
5656 run-b200 :
5757 needs : gen-matrix-b200
You can’t perform that action at this time.
0 commit comments