(no commit message)
authorlkcl <lkcl@web>
Thu, 14 Oct 2021 19:56:48 +0000 (20:56 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 14 Oct 2021 19:56:48 +0000 (20:56 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index 153b12500a0cee93273839e3264d71e5f7993202..9786ad0bd72aebe73c4e44075255aa455182aebb 100644 (file)
@@ -294,7 +294,10 @@ The Adapter API performs a specific job of letting SimdSignal
 know the relationship between the supported "configuration"
 options that a SimdSignal must have, and the actual PartitionPoints
 bits that must be set or cleared *in order* to have the SimdSignal
-cut itself into the required sub-sections. 
+cut itself into the required sub-sections.  This information
+comes *from* SimdShape but the adapter is not part *of* SimdShape
+because there can be more than one type of Adapter Mode, depending
+on SimdShape input parameters.
 
     class PartType: # TODO decide name
         def __init__(self, psig):