Skip to content

Commit e420e88

Browse files
minor fix
1 parent 42f6a7c commit e420e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
mkdir tests-omp && cd tests-omp
8080
cmake \
8181
-DHIPSYCL_TARGETS="omp" \
82-
-DhipSYCL_DIR=/opt/OpenSYCL/lib/cmake/hipSYCL ../../tests
82+
-DOpenSYCL_DIR=/opt/OpenSYCL/lib/cmake/OpenSYCL ../../tests
8383
make -j 2 VERBOSE=ON
8484
- name: Open SYCL tests for CPU
8585
run: |
@@ -121,7 +121,7 @@ jobs:
121121
-DTARGET_DOMAINS=blas \
122122
-DREF_BLAS_ROOT=/opt/lapack/ \
123123
-DhipSYCL_DIR=/opt/OpenSYCL/lib/cmake/hipSYCL \
124-
-DHIPSYCL_TARGETS="omp;cuda:sm_60" \
124+
-DHIPSYCL_TARGETS="omp;hip:gfx906" \
125125
-DONEMKL_SYCL_IMPLEMENTATION=hipsycl ..
126126
cmake --build . -j2
127127
cmake --install . --prefix /opt/oneMKL

0 commit comments

Comments
 (0)