12 #ifdef CUML_ENABLE_GPU
13 auto constexpr
static const GPU_ENABLED =
true;
15 auto constexpr
static const GPU_ENABLED =
false;
20 #define DEVICE __device__
21 auto constexpr
static const GPU_COMPILATION =
true;
25 auto constexpr
static const GPU_COMPILATION =
false;
29 auto constexpr
static const DEBUG_ENABLED =
false;
31 auto constexpr
static const DEBUG_ENABLED =
false;
33 auto constexpr
static const DEBUG_ENABLED =
true;
39 virtual char const*
what() const noexcept {
return msg_; }
Definition: buffer.hpp:24
Definition: gpu_support.hpp:36
gpu_unsupported(char const *msg)
Definition: gpu_support.hpp:38
gpu_unsupported()
Definition: gpu_support.hpp:37
virtual char const * what() const noexcept
Definition: gpu_support.hpp:39