File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 - name : Checkout XLA
2727 uses : actions/checkout@v3
2828 with :
29- repository : openxla /xla
30-
29+ repository : juliagmt-google /xla
30+
3131 - name : Print machine specs
3232 run : |
3333 lscpu
@@ -39,10 +39,10 @@ jobs:
3939 working-directory : xla
4040 run : mkdir results
4141
42- - name : Wait For Connection
43- uses : google-ml-infra/actions/ci_connection@main
44- with :
45- halt-dispatch-input : ${{ inputs.halt-for-connection }}
42+ # - name: Wait For Connection
43+ # uses: google-ml-infra/actions/ci_connection@main
44+ # with:
45+ # halt-dispatch-input: ${{ inputs.halt-for-connection }}
4646
4747 - name : Configure XLA
4848 working-directory : xla
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=resultts /xspace.pb 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=results /xspace.pbtxt gpu_hlo_backend.hlo &> results/gpu_hlo_backend.log
9292
9393 - name : Wait For Connection
9494 uses : google-ml-infra/actions/ci_connection@main
You can’t perform that action at this time.
0 commit comments