vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/internal/compiler.hpp>
Go to the source code of this file.
Macros | |
#define | __STDC_CONSTANT_MACROS |
#define | VSMC_HAS_ACCELERATE 0 |
#define | VSMC_HAS_GSL 0 |
#define | VSMC_HAS_TBB_MALLOC VSMC_HAS_TBB |
#define | VSMC_NO_RUNTIME_ASSERT 0 |
#define | VSMC_NO_RUNTIME_WARNING 0 |
#define | VSMC_NO_STATIC_ASSERT 0 |
#define | VSMC_RUNTIME_ASSERT_AS_EXCEPTION 0 |
Turn vSMC runtime assertions into exceptions. More... | |
#define | VSMC_RUNTIME_WARNING_AS_EXCEPTION 0 |
Turn vSMC runtime warnings into exceptions. More... | |
#define | VSMC_USE_ACCELERATE_CBLAS VSMC_HAS_ACCELERATE |
#define | VSMC_USE_ACCELERATE_VFORCE VSMC_HAS_ACCELERATE |
#define | VSMC_USE_MKL_CBLAS VSMC_HAS_MKL |
#define | VSMC_USE_MKL_VML VSMC_HAS_MKL |
#define | VSMC_USE_MKL_VSL VSMC_HAS_MKL |
#define __STDC_CONSTANT_MACROS |
Definition at line 36 of file config.hpp.
#define VSMC_HAS_ACCELERATE 0 |
Definition at line 130 of file config.hpp.
#define VSMC_HAS_GSL 0 |
Definition at line 106 of file config.hpp.
#define VSMC_HAS_TBB_MALLOC VSMC_HAS_TBB |
Definition at line 142 of file config.hpp.
#define VSMC_NO_RUNTIME_ASSERT 0 |
Definition at line 47 of file config.hpp.
#define VSMC_NO_RUNTIME_WARNING 0 |
Definition at line 55 of file config.hpp.
#define VSMC_NO_STATIC_ASSERT 0 |
Definition at line 42 of file config.hpp.
#define VSMC_USE_ACCELERATE_CBLAS VSMC_HAS_ACCELERATE |
Definition at line 134 of file config.hpp.
#define VSMC_USE_ACCELERATE_VFORCE VSMC_HAS_ACCELERATE |
Definition at line 138 of file config.hpp.
#define VSMC_USE_MKL_CBLAS VSMC_HAS_MKL |
Definition at line 118 of file config.hpp.
#define VSMC_USE_MKL_VML VSMC_HAS_MKL |
Definition at line 122 of file config.hpp.
#define VSMC_USE_MKL_VSL VSMC_HAS_MKL |
Definition at line 126 of file config.hpp.