We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f6a7c commit e420e88Copy full SHA for e420e88
.github/workflows/linux.yml
@@ -79,7 +79,7 @@ jobs:
79
mkdir tests-omp && cd tests-omp
80
cmake \
81
-DHIPSYCL_TARGETS="omp" \
82
- -DhipSYCL_DIR=/opt/OpenSYCL/lib/cmake/hipSYCL ../../tests
+ -DOpenSYCL_DIR=/opt/OpenSYCL/lib/cmake/OpenSYCL ../../tests
83
make -j 2 VERBOSE=ON
84
- name: Open SYCL tests for CPU
85
run: |
@@ -121,7 +121,7 @@ jobs:
121
-DTARGET_DOMAINS=blas \
122
-DREF_BLAS_ROOT=/opt/lapack/ \
123
-DhipSYCL_DIR=/opt/OpenSYCL/lib/cmake/hipSYCL \
124
- -DHIPSYCL_TARGETS="omp;cuda:sm_60" \
+ -DHIPSYCL_TARGETS="omp;hip:gfx906" \
125
-DONEMKL_SYCL_IMPLEMENTATION=hipsycl ..
126
cmake --build . -j2
127
cmake --install . --prefix /opt/oneMKL
0 commit comments