File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ jobs:
120120 -DBUILD_SHARED_LIBS=ON \
121121 -DTARGET_DOMAINS=blas \
122122 -DREF_BLAS_ROOT=/opt/lapack/ \
123- -DOpenSYCL_DIR =/opt/OpenSYCL/lib/cmake/OpenSYCL \
123+ -DhipSYCL_DIR =/opt/OpenSYCL/lib/cmake/hipSYCL \
124124 -DHIPSYCL_TARGETS="omp;cuda:sm_60" \
125- -DONEMKL_SYCL_IMPLEMENTATION=hipSYCL ..
125+ -DONEMKL_SYCL_IMPLEMENTATION=hipsycl ..
126126 cmake --build . -j2
127127 cmake --install . --prefix /opt/oneMKL
128128 - name : clone and build oneMKL with rocBLAS backend
@@ -152,8 +152,8 @@ jobs:
152152 -DBUILD_SHARED_LIBS=ON \
153153 -DTARGET_DOMAINS=blas \
154154 -DREF_BLAS_ROOT=/opt/lapack/ \
155- -DOpenSYCL_DIR =/opt/OpenSYCL/lib/cmake/OpenSYCL \
155+ -DhipSYCL_DIR =/opt/OpenSYCL/lib/cmake/hipSYCL \
156156 -DHIPSYCL_TARGETS="omp;hip:gfx906" \
157- -DONEMKL_SYCL_IMPLEMENTATION=hipSYCL ..
157+ -DONEMKL_SYCL_IMPLEMENTATION=hipsycl ..
158158 cmake --build . -j2
159159 cmake --install . --prefix /opt/oneMKL-rocBLAS
You can’t perform that action at this time.
0 commit comments