From 377137c6bd6d703f0b302be17573084fc3097482 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 22 Oct 2021 17:36:47 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/simdscope.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd/simdscope.mdwn b/3d_gpu/architecture/dynamic_simd/simdscope.mdwn index 191afb9c6..720d21bb5 100644 --- a/3d_gpu/architecture/dynamic_simd/simdscope.mdwn +++ b/3d_gpu/architecture/dynamic_simd/simdscope.mdwn @@ -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. -- 2.30.2