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 5a363a9 commit 9fef073Copy full SHA for 9fef073
.github/workflows/benchmarks.yml
@@ -72,10 +72,10 @@ jobs:
72
repository: openxla/xla # Replace with your fork if needed
73
path: xla
74
75
- # - name: Wait For Connection
76
- # uses: google-ml-infra/actions/ci_connection@main
77
- # with:
78
- # 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 }}
79
80
- name: Build XLA with GPU support
81
working-directory: xla
0 commit comments