File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments