From 0143b9c7fdac4df7093128cce7f504ec11cfc2b2 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 9 Oct 2021 12:09:45 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/shape.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index d3981c7a7..91cabba79 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -33,4 +33,10 @@ Exponent: * 4xFP16: 5 bits, four exponents * 4xBF16: 8 bits, four exponents +`SimdShape` needs this information in addition to the normal +information (width, sign) in order to create the partitions +that allow standard nmigen operations to **transparently** +and naturally take place at **all** of these non-uniform +widths, as if they were in fact scalar Signals *at* those +widths. -- 2.30.2