Skip to content

Commit 731ef68

Browse files
Update benchmarks.yml
1 parent 9345fd6 commit 731ef68

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
@@ -80,15 +80,19 @@ jobs:
8080
}
8181
EOF
8282
83-
- name: Wait For Connection
84-
uses: google-ml-infra/actions/ci_connection@main
85-
with:
86-
halt-dispatch-input: ${{ inputs.halt-for-connection }}
83+
# - name: Wait For Connection
84+
# uses: google-ml-infra/actions/ci_connection@main
85+
# with:
86+
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
8787

8888
- name: Run an HLO file
8989
working-directory: xla
9090
run: |
9191
nvidia-smi --query-gpu=utilization.gpu --format=csv -l 1 > results/gpu_utilization_gpu_backend.log & ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning gpu_hlo_backend.hlo &> results/gpu_hlo_backend.hlo.log
92+
93+
cd results
94+
ls
95+
cat gpu_hlo_backend.hlo.log
9296
9397
- name: Wait For Connection
9498
uses: google-ml-infra/actions/ci_connection@main

0 commit comments

Comments
 (0)