Skip to content

Commit 36b2d89

Browse files
Update benchmarks.yml
1 parent 8bcac86 commit 36b2d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ jobs:
9595
- name: Run specific HLO file
9696
working-directory: xla
9797
run: |
98-
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.log
98+
./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
9999
- name: Wait For Connection
100100
uses: google-ml-infra/actions/ci_connection@main
101101
with:
102102
halt-dispatch-input: ${{ inputs.halt-for-connection }}
103103
- name: Run specific HLO file
104104
working-directory: xla
105105
run: |
106-
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo &> results/gemm_00881937d6d49056045c3325a12b108b.hlo.log
106+
./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
107107
- name: Wait For Connection
108108
uses: google-ml-infra/actions/ci_connection@main
109109
with:

0 commit comments

Comments
 (0)