(no commit message)
authorlkcl <lkcl@web>
Sat, 9 Oct 2021 11:09:45 +0000 (12:09 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 9 Oct 2021 11:09:45 +0000 (12:09 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index d3981c7a7d3cfcc51f93a8a267db40b7ec012d14..91cabba79abddac269be51f8d9540ccaaa2b4ad8 100644 (file)
@@ -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.