41 #ifndef _DECLARE_NAME_H_
42 #define _DECLARE_NAME_H_
46 #include <cuComplex.h>
49 #include <cuda_fp16.h>
53 constexpr
static char const* explicit_name();
55 #define DECLARE_NAME_CARMA(Type, Name) \
57 constexpr char const* explicit_name<Type>() { \
89 return str + explicit_name<T>();