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 5805ee6 commit f5094ceCopy full SHA for f5094ce
.github/workflows/benchmarks.yml
@@ -143,6 +143,7 @@ jobs:
143
run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main
144
# TODO(juliagmt): Add more performance-criticalHLOs to benchmark.
145
- name: Run xla/tools/hlo_opt/tests/gpu_hlo_pass.hlo
146
+ run: |
147
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning --xla_gpu_dump_xspace_to=xla/results/xspace.pbtxt xla/tools/hlo_opt/tests/gpu_hlo_pass.hlo
148
149
- name: Upload XSpace
0 commit comments