File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
third_party/xla/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
# TODO(juliagmt): Add more performance-criticalHLOs to benchmark.
71
71
- name : Run xla/tools/hlo_opt/tests/gpu_hlo_pass.hlo
72
72
run : |
73
- ./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.pb xla/tools/hlo_opt/tests/gpu_hlo_pass.hlo
73
+ ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning --xla_gpu_dump_xspace_to=results/xspace.pb xla/tools/hlo_opt/tests/gpu_hlo_pass.hlo
74
74
75
75
- name : Compute the cost of gpu_hlo_pass.hlo
76
76
run : |
79
79
80
80
- name : Set XSPACE_PATH
81
81
env :
82
- XSPACE_PATH : $(pwd)/xla /results/xspace.pb
82
+ XSPACE_PATH : ${{ github.workspace }} /results/xspace.pb
83
83
run : |
84
84
echo "XSPACE_PATH is: $XSPACE_PATH"
85
85
98
98
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
99
99
with :
100
100
name : gpu-xla-benchmarks-xspace
101
- path : xla/ results/xspace.pb
101
+ path : results/xspace.pb
You can’t perform that action at this time.
0 commit comments