22 #ifdef CUML_ENABLE_GPU
23 auto constexpr
static const GPU_ENABLED =
true;
25 auto constexpr
static const GPU_ENABLED =
false;
30 #define DEVICE __device__
31 auto constexpr
static const GPU_COMPILATION =
true;
35 auto constexpr
static const GPU_COMPILATION =
false;
39 auto constexpr
static const DEBUG_ENABLED =
false;
41 auto constexpr
static const DEBUG_ENABLED =
false;
43 auto constexpr
static const DEBUG_ENABLED =
true;
49 virtual char const*
what() const noexcept {
return msg_; }
Definition: buffer.hpp:33
Definition: gpu_support.hpp:46
gpu_unsupported(char const *msg)
Definition: gpu_support.hpp:48
gpu_unsupported()
Definition: gpu_support.hpp:47
virtual char const * what() const noexcept
Definition: gpu_support.hpp:49