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

index e501cb5455c6b12f0a63d60d81961f8b36faf2a6..1591b8bfbc6cbde548377ef08f345c86a65c9c0e 100644 (file)
@@ -261,6 +261,12 @@ SimdShape needs:
     auto-compute the dictionary of Vector Widths
   - (mandatory) a "signed" boolean argument which defaults
     to False
+* To derive from Shape, where the (above) constructor passes it
+  the following arguments:
+  - the signed argument.  this is simply passed in, unmodified.
+  - a width argument.  this will be **either** the fixed_width
+    parameter from the constructor (if given) **or** it will
+    be the **calculated** value sufficient to store all partitions.
 * a suite of operators (`__add__`, etc) that shall take simple
   integer arguments and perform the computations on *every*
   one of the dictionary of Vector widths (examples below)