projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2446c70
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 9 Oct 2021 11:09:45 +0000
(12:09 +0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 9 Oct 2021 11:09:45 +0000
(12:09 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/shape.mdwn
b/3d_gpu/architecture/dynamic_simd/shape.mdwn
index d3981c7a7d3cfcc51f93a8a267db40b7ec012d14..91cabba79abddac269be51f8d9540ccaaa2b4ad8 100644
(file)
--- 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.