We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea713f commit 0161250Copy full SHA for 0161250
.github/workflows/benchmarks.yml
@@ -128,6 +128,10 @@ jobs:
128
# echo "Running benchmark on $file"
129
# ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning "$file" &> results/"$filename".log
130
# done
131
+ - name: Wait For Connection
132
+ uses: google-ml-infra/actions/ci_connection@main
133
+ with:
134
+ halt-dispatch-input: ${{ inputs.halt-for-connection }}
135
- name: Download parse_xla_logs.py
136
working-directory: xla
137
run: wget https://raw.githubusercontent.com/juliagmt-google/xla/main/.github/workflows/parse_xla_logs.py
0 commit comments