File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 6868 -DWITH_LEVEL_ZERO_BACKEND=OFF \
6969 -DCMAKE_INSTALL_PREFIX=/opt/hipSYCL \
7070 -DROCM_PATH=/opt/rocm-${{matrix.rocm_version}} ..
71- make -j4 install
71+ make -j2 install
7272 - name : install LAPACK (for CBLAS)
7373 run : |
7474 cd
9090 cd oneMKL
9191 mkdir build
9292 cd build
93- cmake -DCUDA_CUDA_LIBRARY=/usr/local/cuda-11.6/lib64/stubs/libcuda.so \
93+ cmake \
94+ -DCMAKE_CXX_COMPILER=/usr/bin/clang++-${{matrix.clang_version}} \
95+ -DCMAKE_C_COMPILER=/usr/bin/clang-${{matrix.clang_version}} \
96+ -DCUDA_CUDA_LIBRARY=/usr/local/cuda-11.6/lib64/stubs/libcuda.so \
9497 -DENABLE_CUBLAS_BACKEND=True \
9598 -DENABLE_CURAND_BACKEND=False \
9699 -DENABLE_CUSOLVER_BACKEND=False \
@@ -102,4 +105,6 @@ jobs:
102105 -DHIPSYCL_TARGETS=omp\;cuda:sm_61\
103106 -DONEMKL_SYCL_IMPLEMENTATION=hipSYCL \
104107 -DREF_BLAS_ROOT=/opt/lapack/ ..
105- make -j8
108+ cmake --build . -j2
109+ ctest
110+ cmake --install . --prefix /usr
You can’t perform that action at this time.
0 commit comments