Skip to content

Commit 1e19a88

Browse files
committed
Set hipSYCL_DIR
1 parent 75a30cb commit 1e19a88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
cd
8989
git clone https://github.com/Reference-LAPACK/lapack.git
9090
cd lapack
91-
cmake -S . -B build -DCMAKE_INSTALL_LIBDIR=$(pwd)/install -DBUILD_SHARED_LIBS=ON -DCBLAS=ON
91+
cmake -S . -B build -DCMAKE_INSTALL_LIBDIR=/opt/lapack -DBUILD_SHARED_LIBS=ON -DCBLAS=ON
9292
sudo cmake --build build -j2 --target install
9393
9494
- name: clone oneMKL
@@ -103,6 +103,7 @@ jobs:
103103
AMDDeviceLibs_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/AMDDeviceLibs/
104104
amd_comgr_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/amd_comgr/
105105
hsa-runtime64_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/hsa-runtime64/
106+
hipSYCL_DIR: /opt/OpenSYCL/lib/cmake
106107
run: |
107108
cd ~/oneMKL
108109
cmake -S . -B build_cublas\
@@ -120,6 +121,6 @@ jobs:
120121
-DTARGET_DOMAINS=blas \
121122
-DHIPSYCL_TARGETS=omp\;cuda:sm_61\
122123
-DONEMKL_SYCL_IMPLEMENTATION=hipSYCL \
123-
-DREF_BLAS_ROOT=~/lapack/install ..
124+
-DREF_BLAS_ROOT=/opt/lapack ..
124125
cmake --build build_cublas -j2
125126
ctest --test-dir build_cublas

0 commit comments

Comments
 (0)