File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments