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