13 #define DEFAULT_FLOAT 64
16#if DEFAULT_FLOAT == 16
18 "Can not set default floating-point type to Float<16>." \
19 "Half-precision support is limited to storage only."
32 constexpr auto cLogLevel = LogLevel::LOG_LEVEL;
46 constexpr auto cDebugLevel = DebugLevel::DEBUG_LEVEL;
56#if defined __AVX512F__
Definition cholesky.hpp:10
DebugLevel
Definition config.hpp:38
std::size_t Size
Definition basics.hpp:31
constexpr Size cCacheLineSizeByte
Definition config.hpp:53
constexpr Size cHugepageSizeByte
Definition config.hpp:51
LogLevel
Definition config.hpp:23
constexpr Size cSimdSizeByte
Definition config.hpp:55
constexpr auto cDebugLevel
Definition config.hpp:48
constexpr auto cLogLevel
Definition config.hpp:34
constexpr Size cPageSizeByte
Definition config.hpp:52
constexpr Size cMaxDefaultAlignment
Definition config.hpp:54