CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
cutlass::TypeTraits< int64_t > Struct Template Reference

#include <type_traits.h>

Public Types

typedef int64_t host_type
 
typedef int64_t device_type
 
typedef int64_t integer_type
 
typedef uint64_t unsigned_type
 

Static Public Member Functions

static int64_t remove_negative_zero (int64_t x)
 
static int64_t to_print (int64_t x)
 
static device_type to_device (host_type x)
 

Static Public Attributes

static cudaDataType_t const cublas_type = CUDA_R_8I
 

Member Typedef Documentation

typedef int64_t cutlass::TypeTraits< int64_t >::device_type
typedef int64_t cutlass::TypeTraits< int64_t >::host_type
typedef int64_t cutlass::TypeTraits< int64_t >::integer_type
typedef uint64_t cutlass::TypeTraits< int64_t >::unsigned_type

Member Function Documentation

static int64_t cutlass::TypeTraits< int64_t >::remove_negative_zero ( int64_t  x)
inlinestatic
static device_type cutlass::TypeTraits< int64_t >::to_device ( host_type  x)
inlinestatic
static int64_t cutlass::TypeTraits< int64_t >::to_print ( int64_t  x)
inlinestatic

Member Data Documentation

cudaDataType_t const cutlass::TypeTraits< int64_t >::cublas_type = CUDA_R_8I
static

The documentation for this struct was generated from the following file: