CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Specialization for round-to-nearest.
#include <numeric_conversion.h>
Public Types | |
using | result_type = half_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 = FloatRoundStyle::round_to_nearest |
using cutlass::NumericConverter< half_t, float, FloatRoundStyle::round_to_nearest >::result_type = half_t |
using cutlass::NumericConverter< half_t, float, FloatRoundStyle::round_to_nearest >::source_type = float |
|
inlinestatic |
|
inline |
|
static |