tf32_t > Struct Reference

tf32_t > Struct Reference#

Composable Kernel: ck::NumericUtils< ck::tf32_t > Struct Reference
ck::NumericUtils< ck::tf32_t > Struct Reference

#include <numeric_utils.hpp>

Public Types

using bitwise_type = uint32_t

Static Public Attributes

static constexpr int exp = 8
static constexpr int mant = 10
static constexpr int bias = 127
static constexpr uint32_t nan_mask = 0x7F800000
static constexpr uint32_t head_mask = 0xFF800000
static constexpr uint32_t mant_mask = 0x7FFFFF
static constexpr uint32_t exp_mask = 0xFF
static constexpr uint32_t Inf = 0x7F800000
static constexpr uint32_t NegInf = 0xFF800000
static constexpr uint32_t NaN = 0x7F800001
static constexpr uint32_t Neg0 = 0x80000000
static constexpr bool has_inf = true

Member Typedef Documentation

◆ bitwise_type

using ck::NumericUtils< ck::tf32_t >::bitwise_type = uint32_t

Member Data Documentation

◆ bias

int ck::NumericUtils< ck::tf32_t >::bias = 127
staticconstexpr

◆ exp

int ck::NumericUtils< ck::tf32_t >::exp = 8
staticconstexpr

◆ exp_mask

uint32_t ck::NumericUtils< ck::tf32_t >::exp_mask = 0xFF
staticconstexpr

◆ has_inf

bool ck::NumericUtils< ck::tf32_t >::has_inf = true
staticconstexpr

◆ head_mask

uint32_t ck::NumericUtils< ck::tf32_t >::head_mask = 0xFF800000
staticconstexpr

◆ Inf

uint32_t ck::NumericUtils< ck::tf32_t >::Inf = 0x7F800000
staticconstexpr

◆ mant

int ck::NumericUtils< ck::tf32_t >::mant = 10
staticconstexpr

◆ mant_mask

uint32_t ck::NumericUtils< ck::tf32_t >::mant_mask = 0x7FFFFF
staticconstexpr

◆ NaN

uint32_t ck::NumericUtils< ck::tf32_t >::NaN = 0x7F800001
staticconstexpr

◆ nan_mask

uint32_t ck::NumericUtils< ck::tf32_t >::nan_mask = 0x7F800000
staticconstexpr

◆ Neg0

uint32_t ck::NumericUtils< ck::tf32_t >::Neg0 = 0x80000000
staticconstexpr

◆ NegInf

uint32_t ck::NumericUtils< ck::tf32_t >::NegInf = 0xFF800000
staticconstexpr

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