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 5ccac5e commit a69190bCopy full SHA for a69190b
.github/workflows/benchmarks.yml
@@ -93,10 +93,10 @@ jobs:
93
working-directory: xla
94
run: bazel build -c opt --dynamic_mode=off xla/tools:run_hlo_module --config=cuda
95
96
- # - name: Wait For Connection
97
- # uses: google-ml-infra/actions/ci_connection@main
98
- # with:
99
- # halt-dispatch-input: ${{ inputs.halt-for-connection }}
+ - name: Wait For Connection
+ uses: google-ml-infra/actions/ci_connection@main
+ with:
+ halt-dispatch-input: ${{ inputs.halt-for-connection }}
100
101
- name: Run HLO Module Benchmarks withg GPU in xla/tests/fuzz
102
0 commit comments