CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
cutlass::NumericConverter< half_t, float, FloatRoundStyle::round_toward_zero > Struct Template Reference

Specialization for round-toward-zero.

#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 &flt)
 Round toward zero. More...
 

Static Public Attributes

static FloatRoundStyle const round_style = FloatRoundStyle::round_toward_zero
 

Member Typedef Documentation

Member Function Documentation

Member Data Documentation


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