Skip to content

Commit a05d32a

Browse files
Update benchmarks.yml
1 parent af424ac commit a05d32a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ jobs:
114114
working-directory: xla
115115
continue-on-error: true
116116
run: |
117-
find xla/service/gpu -name "*.hlo" -print0 | while IFS= read -r -d $'\0' hlo_file; do
118-
./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU "$hlo_file"
119-
done
117+
find xla/service/gpu -name "*.hlo" -print0 | xargs -0 -I {} ./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU {}
120118
121119
# - name: Build hlo_runner_main
122120
# working-directory: xla

0 commit comments

Comments
 (0)