/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/numeric/int8.hpp Source File#
int8.hpp
Go to the documentation of this file.
Definition: cluster_descriptor.hpp:13
constexpr CK_TILE_HOST_DEVICE float int8_to_float(const int8_t &x)
Definition: int8.hpp:98
constexpr CK_TILE_HOST_DEVICE int8_t float_to_int8(const float &x)
Definition: int8.hpp:101
static constexpr CK_TILE_HOST_DEVICE int8_t max()
Definition: int8.hpp:36
static constexpr CK_TILE_HOST_DEVICE int8_t denorm_min()
Definition: int8.hpp:68
static constexpr CK_TILE_HOST_DEVICE int8_t min()
Definition: int8.hpp:30
static constexpr CK_TILE_HOST_DEVICE int8_t epsilon()
Definition: int8.hpp:39
static constexpr CK_TILE_HOST_DEVICE int8_t round_error()
Definition: int8.hpp:44
static constexpr CK_TILE_HOST_DEVICE int8_t quiet_NaN()
Definition: int8.hpp:56
static constexpr CK_TILE_HOST_DEVICE int8_t zero()
Definition: int8.hpp:73
static constexpr CK_TILE_HOST_DEVICE int8_t infinity()
Definition: int8.hpp:50
static constexpr CK_TILE_HOST_DEVICE int8_t signaling_NaN()
Definition: int8.hpp:62
static constexpr CK_TILE_HOST_DEVICE int8_t lowest()
Definition: int8.hpp:33
Definition: numeric.hpp:18