File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 11name : Benchmarks
22
33on :
4- pull_request :
5- branches :
6- - main
7- workflow_dispatch :
8- inputs :
9- halt-for-connection :
10- description : ' Should this workflow run wait for a remote connection?'
11- type : choice
12- required : true
13- default : ' no'
14- options :
15- - ' yes'
16- - ' no'
4+ workflow_dispatch : # Allows manual triggering
5+ schedule :
6+ - cron : ' 0 */6 * * * ' # Run every 6 hours (at minute 0 of hours 0, 6, 12, 18)
7+ # workflow_dispatch:
8+ # inputs:
9+ # halt-for-connection:
10+ # description: 'Should this workflow run wait for a remote connection?'
11+ # type: choice
12+ # required: true
13+ # default: 'no'
14+ # options:
15+ # - 'yes'
16+ # - 'no'
1717
1818jobs :
1919 build-xla-gpu-and-test :
@@ -88,12 +88,12 @@ jobs:
8888 - name : Run an HLO file
8989 working-directory : xla
9090 run : |
91- ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning --xla_gpu_dump_xspace_to=results/xspace.pbtxt gpu_hlo_backend.hlo &> results/gpu_hlo_backend.log
91+ ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning --xla_gpu_dump_xspace_to=xla/ results/xspace.pbtxt xla/ gpu_hlo_backend.hlo &> xla/ results/gpu_hlo_backend.log
9292
93- - name : Wait For Connection
94- uses : google-ml-infra/actions/ci_connection@main
95- with :
96- halt-dispatch-input : ${{ inputs.halt-for-connection }}
93+ # - name: Wait For Connection
94+ # uses: google-ml-infra/actions/ci_connection@main
95+ # with:
96+ # halt-dispatch-input: ${{ inputs.halt-for-connection }}
9797
9898 # # - name: Download parse_xla_logs.py
9999 # # working-directory: xla
You can’t perform that action at this time.
0 commit comments