23 #ifdef CUML_ENABLE_GPU
24 auto constexpr
static const GPU_ENABLED =
true;
26 auto constexpr
static const GPU_ENABLED =
false;
31 #define DEVICE __device__
32 auto constexpr
static const GPU_COMPILATION =
true;
36 auto constexpr
static const GPU_COMPILATION =
false;
40 auto constexpr
static const DEBUG_ENABLED =
false;
42 auto constexpr
static const DEBUG_ENABLED =
false;
44 auto constexpr
static const DEBUG_ENABLED =
true;
50 virtual char const*
what() const noexcept {
return msg_; }
Definition: buffer.hpp:35
Definition: gpu_support.hpp:47
gpu_unsupported(char const *msg)
Definition: gpu_support.hpp:49
gpu_unsupported()
Definition: gpu_support.hpp:48
virtual char const * what() const noexcept
Definition: gpu_support.hpp:50