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 3f8fdbd commit 3136300Copy full SHA for 3136300
.github/workflows/benchmarks.yml
@@ -91,6 +91,7 @@ jobs:
91
- name: Run an HLO file
92
working-directory: xla
93
run: |
94
+ cd ..
95
./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/gpu_hlo_backend.hlo &> xla/results/gpu_hlo_backend.log
96
97
# - name: Wait For Connection
0 commit comments