CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Partial specialization for float <= half_t.
#include <numeric_conversion.h>
Public Types | |
using | result_type = float |
using | source_type = half_t |
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< float, half_t, Round >::result_type = float |
using cutlass::NumericConverter< float, half_t, Round >::source_type = half_t |
|
inlinestatic |
|
inline |
|
static |