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 a8c8c16 commit 3d7c2d7Copy full SHA for 3d7c2d7
.github/workflows/benchmarks.yml
@@ -142,7 +142,7 @@ jobs:
142
- name: Run xla/tools/hlo_opt/tests/gpu_hlo_pass.hlo
143
run: ./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
144
- name: Upload XSpace
145
- uses: actions/upload-artifact@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/upload-artifact@v4 # v4.1.1
146
with:
147
name: gpu-xla-benchmarks-xspace
148
path: xla/results/xspace.pbtxt
0 commit comments