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