Skip to content

Commit ff8dd3e

Browse files
Update benchmarks.yml
1 parent a94f159 commit ff8dd3e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,20 @@ jobs:
8787
}
8888
EOF
8989
90-
# - name: Wait For Connection
91-
# uses: google-ml-infra/actions/ci_connection@main
92-
# with:
93-
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
90+
- name: Wait For Connection
91+
uses: google-ml-infra/actions/ci_connection@main
92+
with:
93+
halt-dispatch-input: ${{ inputs.halt-for-connection }}
9494

9595
- name: Run specific HLO file
9696
working-directory: xla
9797
run: |
9898
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.log
9999
100+
- name: Run specific HLO file
101+
working-directory: xla
102+
run: |
103+
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.hlo.log
100104
- name: Run specific HLO file v2
101105
working-directory: xla
102106
run: |

0 commit comments

Comments
 (0)