Skip to content

Commit 89deed1

Browse files
Update benchmarks.yml
1 parent 341e2a1 commit 89deed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ jobs:
107107

108108

109109
- name: Build run_hlo_module with GPU
110-
working-directory: openxla
110+
working-directory: xla
111111
run: bazel build -c opt --dynamic_mode=off xla/tools:run_hlo_module --config=cuda
112112

113113
- name: Run HLO Module Benchmarks withg GPU in xla/tests/fuzz
114-
working-directory: openxla
114+
working-directory: xla
115115
continue-on-error: true
116116
run: |
117117
for file in xla/tests/fuzz/*.hlo; do
@@ -126,7 +126,7 @@ jobs:
126126
done
127127
128128
- name: Run HLO Module Benchmarks withg GPU in xla/service/gpu
129-
working-directory: openxla
129+
working-directory: xla
130130
continue-on-error: true
131131
run: |
132132
find xla/service/gpu -name "*.hlo" -print0 | while IFS= read -r -d $'\0' hlo_file; do

0 commit comments

Comments
 (0)