(no commit message)
authorlkcl <lkcl@web>
Sun, 26 Sep 2021 11:08:37 +0000 (12:08 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 26 Sep 2021 11:08:37 +0000 (12:08 +0100)
3d_gpu/architecture/dynamic_simd/assign.mdwn

index 447d92e869675977f8c8c00254d97b5d204ac898..364f5601cc15a58a12f60c00c30f16c3e89eedf9 100644 (file)
@@ -54,6 +54,13 @@ partitions:
     a        :  AAAA AAAA AAAA AAAA  (16 bits)
     b        :  B7B6 B5B4 B3B2 B1B0  (8 bits)
 
+As the source is Scalar, it must be copied (broadcast) into each
+partition of the output, B, starting at the beginning of each
+partition. With each partition being smaller than A (except
+in one case) truncation is guaranteed. The exception is when
+all pattitions are open (1x) and the length of A and B are
+the same.
+
 The partition options are:
 
 | partition | o3   | o2   | o1   | o0     |