|
cMHN 1.2
C++ library for learning MHNs with pRC
|
Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Macros | |
| #define | DEFAULT_FLOAT 64 |
Enumerations | |
| enum class | pRC::LogLevel { pRC::Error , pRC::Warning , pRC::Info , pRC::Debug , pRC::Trace } |
| enum class | pRC::DebugLevel { pRC::None , pRC::Low , pRC::Mid , pRC::High } |
Variables | |
| constexpr auto | pRC::cLogLevel = LogLevel::Info |
| constexpr auto | pRC::cDebugLevel = DebugLevel::Low |
| constexpr Size | pRC::cHugepageSizeByte = 2 * 1024 * 1024 |
| constexpr Size | pRC::cPageSizeByte = 4 * 1024 |
| constexpr Size | pRC::cCacheLineSizeByte = 64 |
| constexpr Size | pRC::cMaxDefaultAlignment = alignof(std::max_align_t) |
| constexpr Size | pRC::cSimdSizeByte |
| #define DEFAULT_FLOAT 64 |