File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -97,18 +97,18 @@ jobs:
9797 with :
9898 halt-dispatch-input : ${{ inputs.halt-for-connection }}
9999
100+ # - name: Run specific HLO file
101+ # working-directory: xla
102+ # run: |
103+ # nvidia-smi --query-gpu=utilization.gpu --format=csv -l 1 > gpu_utilization.log & ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main_gpu --device_type=gpu --log_output=True --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.log
104+ # - name: Wait For Connection
105+ # uses: google-ml-infra/actions/ci_connection@main
106+ # with:
107+ # halt-dispatch-input: ${{ inputs.halt-for-connection }}
100108 - name : Run specific HLO file
101109 working-directory : xla
102110 run : |
103- ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.log
104- - name : Wait For Connection
105- uses : google-ml-infra/actions/ci_connection@main
106- with :
107- halt-dispatch-input : ${{ inputs.halt-for-connection }}
108- - name : Run specific HLO file
109- working-directory : xla
110- run : |
111- ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.hlo.log
111+ nvidia-smi --query-gpu=utilization.gpu --format=csv -l 1 > results/gpu_utilization.log & ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main_gpu --device_type=gpu --log_output=True --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.hlo.log
112112 - name : Wait For Connection
113113 uses : google-ml-infra/actions/ci_connection@main
114114 with :
You can’t perform that action at this time.
0 commit comments