Skip to content

Commit 1919b0e

Browse files
Update benchmarks.yml
1 parent 6fdae96 commit 1919b0e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
working-directory: xla
9191
run: bazel build -c opt --dynamic_mode=off xla/tools:run_hlo_module --config=cuda
9292

93-
# - name: Wait For Connection
94-
# uses: google-ml-infra/actions/ci_connection@main
95-
# with:
96-
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
93+
- name: Wait For Connection
94+
uses: google-ml-infra/actions/ci_connection@main
95+
with:
96+
halt-dispatch-input: ${{ inputs.halt-for-connection }}
9797

9898
- name: Run HLO Module Benchmarks withg GPU in xla/tests/fuzz
9999
working-directory: xla
@@ -108,16 +108,15 @@ jobs:
108108
continue
109109
fi
110110
echo "Running benchmark on $file"
111-
./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU "$file" &> gpu_benchmark_logs/xla_tests_fuzz/"$filename".log
111+
./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU "$file" &> gpu_benchmark_logs/xla_tests_fuzz/"$filename".log
112112
done
113113
114114
- name: Run HLO Module Benchmarks withg GPU in xla/service/gpu
115115
working-directory: xla
116116
continue-on-error: true
117117
run: |
118118
mkdir -p gpu_benchmark_logs/xla_service_gpu
119-
find xla/service/gpu -name "*.hlo" -print0 | xargs -0 -I {} sh -c 'filename=$(basename "$1"); ./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU "$1" &> gpu_benchmark_logs/xla_service_gpu/"$filename".log' {}
120-
119+
find xla/service/gpu -name "*.hlo" -print0 | xargs -0 -I {} sh -c 'filename=$(basename "$1"); ./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU "$1" &> gpu_benchmark_logs/xla_service_gpu/"$filename".log' sh {}
121120
# - name: Build hlo_runner_main
122121
# working-directory: xla
123122
# run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main

0 commit comments

Comments
 (0)