CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
#include <type_traits.h>
Public Types | |
typedef double | host_type |
typedef double | device_type |
typedef int64_t | integer_type |
typedef uint64_t | unsigned_type |
Static Public Member Functions | |
static double | remove_negative_zero (double x) |
static double | to_print (double x) |
static device_type | to_device (host_type x) |
Static Public Attributes | |
static cudaDataType_t const | cublas_type = CUDA_R_64F |
typedef double cutlass::TypeTraits< double >::device_type |
typedef double cutlass::TypeTraits< double >::host_type |
typedef int64_t cutlass::TypeTraits< double >::integer_type |
typedef uint64_t cutlass::TypeTraits< double >::unsigned_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |