/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/utility/e8m0.hpp Source File#
e8m0.hpp
Go to the documentation of this file.
__host__ constexpr __device__ int32_t get_exponent_value< e8m0_bexp_t >(e8m0_bexp_t x)
Definition: e8m0.hpp:73
__host__ constexpr __device__ int32_t get_exponent_value(T x)
Definition: mxfp_utils.hpp:35
Definition: ck.hpp:267
Unsigned representation of a conventional biased Float32 exponent.
Definition: e8m0.hpp:25
__host__ constexpr __device__ e8m0_bexp_t(type init)
Definition: e8m0.hpp:33
__host__ constexpr __device__ e8m0_bexp_t(float scale)
Definition: e8m0.hpp:37
__host__ constexpr __device__ e8m0_bexp_t(int init)
Definition: e8m0.hpp:34
__host__ constexpr __device__ bool operator==(const e8m0_bexp_t &other) const
Definition: e8m0.hpp:58