CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
#include <numeric_conversion.h>
Public Types | |
using | result_type = int8_t |
using | source_type = float |
Public Member Functions | |
CUTLASS_HOST_DEVICE result_type | operator() (source_type const &s) |
Static Public Member Functions | |
static CUTLASS_HOST_DEVICE result_type | convert (source_type const &s) |
Static Public Attributes | |
static FloatRoundStyle const | round_style = Round |
using cutlass::NumericConverter< int8_t, float, Round >::result_type = int8_t |
using cutlass::NumericConverter< int8_t, float, Round >::source_type = float |
|
inlinestatic |
|
inline |
|
static |