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