Skip to content

Commit 370eb4a

Browse files
Update benchmarks.yml
1 parent 97e85cf commit 370eb4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/benchmarks.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ jobs:
108108
uses: google-ml-infra/actions/ci_connection@main
109109
with:
110110
halt-dispatch-input: ${{ inputs.halt-for-connection }}
111-
- name: Run specific HLO file v2
112-
working-directory: xla
113-
run: |
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
111+
# - name: Run specific HLO file v2
112+
# working-directory: xla
113+
# run: |
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
115115

116-
- name: Wait For Connection
117-
uses: google-ml-infra/actions/ci_connection@main
118-
with:
119-
halt-dispatch-input: ${{ inputs.halt-for-connection }}
116+
# - name: Wait For Connection
117+
# uses: google-ml-infra/actions/ci_connection@main
118+
# with:
119+
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
120120
- name: Download parse_xla_logs.py
121121
working-directory: xla
122122
run: wget https://raw.githubusercontent.com/juliagmt-google/xla/main/.github/workflows/parse_xla_logs.py

0 commit comments

Comments
 (0)