You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cmake .. [-DCMAKE_CXX_COMPILER=<path_to_clang++_compiler>/bin/clang++] # required only if clang++ is not found in environment variable PATH# [-DCMAKE_C_COMPILER=<path_to_clang_compiler>/bin/clang] # required only if clang is not found in environment variable PATH# -DENABLE_CUBLAS_BACKEND=True \# -DENABLE_MKLCPU_BACKEND=False # disable Intel MKL CPU backend# -DENABLE_MKLGPU_BACKEND=False # disable Intel MKL GPU backend# [-DREF_BLAS_ROOT=<reference_blas_install_prefix>] # required only for testing# cmake --build .# ctest# cmake --install . --prefix <path_to_install_dir>
BUILD_FUNCTIONAL_TESTS=ON support only one CUDA_BACKEND of (CUBLAS,CUSOLVER,CURAND) at one time but you can build && install all of them with FUNCTIONAL_TEST=ON