Skip to content

Commit 0ea713f

Browse files
Update benchmarks.yml
1 parent 12362de commit 0ea713f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ jobs:
128128
# echo "Running benchmark on $file"
129129
# ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning "$file" &> results/"$filename".log
130130
# done
131+
- name: Download parse_xla_logs.py
132+
working-directory: xla
133+
run: wget https://raw.githubusercontent.com/juliagmt-google/xla/main/.github/workflows/parse_xla_logs.py
134+
135+
- name: Parse XLA logs
136+
working-directory: xla
137+
run: python parse_xla_logs.py results/gemm_00881937d6d49056045c3325a12b108b.hlo.log
138+
131139
- name: Wait For Connection
132140
uses: google-ml-infra/actions/ci_connection@main
133141
with:

0 commit comments

Comments
 (0)