From c156fba77385b9055fd2244233486178601eb96f Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 4 Oct 2021 04:41:08 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 88b39b8da..ed3f288d5 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -75,6 +75,10 @@ gates between the two abstract concepts. Given that 64 bit multipliers are 12,000 to 15,000 gates the savings can be enormous. +PartitionedSignal is the first concrete third-party example +that inspired the complwtion of the abstraction of dsl.Module +from ast.* + # Rationale / Introduction The Dynamic Partitioned SIMD Signal is effectively a parallelisation -- 2.30.2