Skip to content

Commit 7e89850

Browse files
Update benchmarks.yml
1 parent ff8dd3e commit 7e89850

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,22 @@ jobs:
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
99-
99+
- name: Wait For Connection
100+
uses: google-ml-infra/actions/ci_connection@main
101+
with:
102+
halt-dispatch-input: ${{ inputs.halt-for-connection }}
100103
- name: Run specific HLO file
101104
working-directory: xla
102105
run: |
103106
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.hlo.log
107+
- name: Wait For Connection
108+
uses: google-ml-infra/actions/ci_connection@main
109+
with:
110+
halt-dispatch-input: ${{ inputs.halt-for-connection }}
104111
- name: Run specific HLO file v2
105112
working-directory: xla
106113
run: |
107-
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo --dump_output_literal_to=results/gemm_00881937d6d49056045c3325a12b108b_v2.log
114+
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo --dump_output_literal_to=results/gemm_00881937d6d49056045c3325a12b108b_v2.txt
108115
109116
- name: Wait For Connection
110117
uses: google-ml-infra/actions/ci_connection@main

0 commit comments

Comments
 (0)