(no commit message)
authorlkcl <lkcl@web>
Fri, 22 Oct 2021 16:36:47 +0000 (17:36 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 22 Oct 2021 16:36:47 +0000 (17:36 +0100)
3d_gpu/architecture/dynamic_simd/simdscope.mdwn

index 191afb9c6ada0f2b04fd0c0200c0cf8dda915cd4..720d21bb56591cf5eab1dc2fa68be8aa38b77660 100644 (file)
@@ -65,7 +65,8 @@ respectively.
 
 Behind the scenes, when calling SimdShape.Signal in SIMD mode,
 the elwid and vec_el_counts parameters from the context are combined
-with the SimdShape as inputs to create a layout that is "Element-width
+with the SimdShape passed in to SimdScope.Signsl,
+as inputs to create a layout() that is "Element-width
 aware" (ElwidPartType).  With the full information being passed in to
 SimdSignals, the actual use of the SimdSignals need not be inside
 the Context Manager.