Skip to content

Commit 43b24ae

Browse files
Update benchmarks.yml
1 parent e278006 commit 43b24ae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/benchmarks.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)