From: lkcl Date: Sat, 9 Oct 2021 11:00:53 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3686 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2446c704c7557de507e201ebe57a9ab42af32bad;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index 4969cf33a..d3981c7a7 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -26,3 +26,11 @@ Mantissa: * when the context is 4xFP16 there are **four** mantissas of 10 bits * when the context is 4xBF16 there are four mantissas of 5 bits. +Exponent: + +* 1xFP64: 11 bits, one exponent +* 2xFP32: 8 bits, two exponents +* 4xFP16: 5 bits, four exponents +* 4xBF16: 8 bits, four exponents + +