Skip to content

Commit 3d7c2d7

Browse files
Update benchmarks.yml
1 parent a8c8c16 commit 3d7c2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Run xla/tools/hlo_opt/tests/gpu_hlo_pass.hlo
143143
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
144144
- name: Upload XSpace
145-
uses: actions/upload-artifact@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
145+
uses: actions/upload-artifact@v4 # v4.1.1
146146
with:
147147
name: gpu-xla-benchmarks-xspace
148148
path: xla/results/xspace.pbtxt

0 commit comments

Comments
 (0)