File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments