Skip to content

Commit 73d52ed

Browse files
precautionary commit bc not sure if strequal in cmake really is case insensitive
1 parent f4c28c8 commit 73d52ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)