(no commit message)
authorlkcl <lkcl@web>
Tue, 12 Oct 2021 03:25:29 +0000 (04:25 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 12 Oct 2021 03:25:29 +0000 (04:25 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index e5b37356a17f5e087d9c619f729717455f9d4a99..e0fe6e949d7684dd23a224dcdc368701ccb5747d 100644 (file)
@@ -5,6 +5,15 @@ Links:
 * [layout experiment](https://git.libre-soc.org/?p=ieee754fpu.git;a=blob;f=src/ieee754/part/layout_experiment.py;h=2a31a57dbcb4cb075ec14b4799e521fca6aa509b;hb=0407d90ccaf7e0e42f40918c3fa5dc1d89cf0155)
 * <https://bugs.libre-soc.org/show_bug.cgi?id=713>
 
+The dynamic partitioned SimdSignal class is based on the logical extension
+of the full capabilities to the nmigen language behavioural constructs to
+a parallel dimension, with zero changes in that behaviour as a result of
+that parallelism.
+
+Logically therefore even the concept of ast.Shape should be extended
+solely to express and define the extent of the parallelism and in no
+way attempt to change the behaviour of Shape.
+
 # Requirements Analysis
 
 A logical extension of the nmigen `ast.Shape` concept, `SimdShape`