int8.hpp Source File#
int8.hpp
Go to the documentation of this file.
Definition tile/core/algorithm/cluster_descriptor.hpp:13
CK_TILE_HOST_DEVICE constexpr float int8_to_float(const int8_t &x)
Definition int8.hpp:98
CK_TILE_HOST_DEVICE constexpr int8_t float_to_int8(const float &x)
Definition int8.hpp:101
static CK_TILE_HOST_DEVICE constexpr int8_t min()
Definition int8.hpp:30
static CK_TILE_HOST_DEVICE constexpr int8_t denorm_min()
Definition int8.hpp:68
static CK_TILE_HOST_DEVICE constexpr int8_t signaling_NaN()
Definition int8.hpp:62
static CK_TILE_HOST_DEVICE constexpr int8_t infinity()
Definition int8.hpp:50
static CK_TILE_HOST_DEVICE constexpr int8_t zero()
Definition int8.hpp:73
static CK_TILE_HOST_DEVICE constexpr int8_t lowest()
Definition int8.hpp:33
static CK_TILE_HOST_DEVICE constexpr int8_t epsilon()
Definition int8.hpp:39
static CK_TILE_HOST_DEVICE constexpr int8_t round_error()
Definition int8.hpp:44
static CK_TILE_HOST_DEVICE constexpr int8_t quiet_NaN()
Definition int8.hpp:56
static CK_TILE_HOST_DEVICE constexpr int8_t max()
Definition int8.hpp:36
static constexpr int PackedSize
Definition tile/core/numeric/numeric.hpp:82
Definition tile/core/numeric/numeric.hpp:18