8000 [XLA] Use built-in environment variable to find paths · linux-on-ibm-z/tensorflow@5d8c1f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d8c1f9

Browse files
[XLA] Use built-in environment variable to find paths
PiperOrigin-RevId: 730558831
1 parent 1535c85 co
8000
mmit 5d8c1f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

third_party/xla/.github/workflows/gpu_benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# TODO(juliagmt): Add more performance-criticalHLOs to benchmark.
7171
- name: Run xla/tools/hlo_opt/tests/gpu_hlo_pass.hlo
7272
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
7474
7575
- name: Compute the cost of gpu_hlo_pass.hlo
7676
run: |
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Set XSPACE_PATH
8181
env:
82-
XSPACE_PATH: $(pwd)/xla/results/xspace.pb
82+
XSPACE_PATH: ${{ github.workspace }}/results/xspace.pb
8383
run: |
8484
echo "XSPACE_PATH is: $XSPACE_PATH"
8585
@@ -98,4 +98,4 @@ jobs:
9898
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
9999
with:
100100
name: gpu-xla-benchmarks-xspace
101-
path: xla/results/xspace.pb
101+
path: results/xspace.pb

0 commit comments

Comments
 (0)
0