7 #ifndef _MGCPP_TYPE_TRAITS_DEVICE_VALUE_TYPE_HPP_ 8 #define _MGCPP_TYPE_TRAITS_DEVICE_VALUE_TYPE_HPP_ 10 #include <cuComplex.h> 11 #include <cuda_fp16.h> 18 template <
typename Type>
30 using type = cuDoubleComplex;
Definition: adapter_base.hpp:12
__half type
Definition: device_value_type.hpp:35
Definition: device_value_type.hpp:19
std::complex< Type > complex
Definition: complex.hpp:15
cuDoubleComplex type
Definition: device_value_type.hpp:30
cuComplex type
Definition: device_value_type.hpp:25
Type type
Definition: device_value_type.hpp:20