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