From 2446c704c7557de507e201ebe57a9ab42af32bad Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 9 Oct 2021 12:00:53 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/shape.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + + -- 2.30.2