We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12362de commit 0ea713fCopy full SHA for 0ea713f
.github/workflows/benchmarks.yml
@@ -128,6 +128,14 @@ jobs:
128
# echo "Running benchmark on $file"
129
# ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning "$file" &> results/"$filename".log
130
# 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
137
+ run: python parse_xla_logs.py results/gemm_00881937d6d49056045c3325a12b108b.hlo.log
138
139
- name: Wait For Connection
140
uses: google-ml-infra/actions/ci_connection@main
141
with:
0 commit comments