File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88
88
cd
89
89
git clone https://github.com/Reference-LAPACK/lapack.git
90
90
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
92
92
sudo cmake --build build -j2 --target install
93
93
94
94
- name : clone oneMKL
@@ -103,6 +103,7 @@ jobs:
103
103
AMDDeviceLibs_DIR : /opt/rocm-${{matrix.rocm_version}}/lib/cmake/AMDDeviceLibs/
104
104
amd_comgr_DIR : /opt/rocm-${{matrix.rocm_version}}/lib/cmake/amd_comgr/
105
105
hsa-runtime64_DIR : /opt/rocm-${{matrix.rocm_version}}/lib/cmake/hsa-runtime64/
106
+ hipSYCL_DIR : /opt/OpenSYCL/lib/cmake
106
107
run : |
107
108
cd ~/oneMKL
108
109
cmake -S . -B build_cublas\
@@ -120,6 +121,6 @@ jobs:
120
121
-DTARGET_DOMAINS=blas \
121
122
-DHIPSYCL_TARGETS=omp\;cuda:sm_61\
122
123
-DONEMKL_SYCL_IMPLEMENTATION=hipSYCL \
123
- -DREF_BLAS_ROOT=~/lapack/install ..
124
+ -DREF_BLAS_ROOT=/opt/lapack ..
124
125
cmake --build build_cublas -j2
125
126
ctest --test-dir build_cublas
You can’t perform that action at this time.
0 commit comments