monolish
0.14.0
MONOlithic LIner equation Solvers for Highly-parallel architecture
|
Go to the documentation of this file. 1 #include "../../../include/monolish_blas.hpp"
2 #include "../../internal/monolish_internal.hpp"
23 #if MONOLISH_USE_AVX512
47 #if MONOLISH_USE_LAPACK
bool build_with_avx()
get build option (true: with avx, false: without avx)
bool build_with_gpu()
get build option (true: enable gpu, false: disable gpu)
bool build_with_cblas()
get build option (true: with cblas, false: without cblas (=with intel mkl))
bool build_with_lapack()
get build option (true: with lapack, false: without lapack (=with intel mkl))
bool build_with_avx2()
get build option (true: with avx2, false: without avx2)
bool build_with_avx512()
get build option (true: with avx512, false: without avx512)
bool build_with_mkl()
get build option (true: with intel mkl, false: without intel mkl)