(no commit message)
authorlkcl <lkcl@web>
Sat, 8 Feb 2020 19:29:49 +0000 (19:29 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 8 Feb 2020 19:29:49 +0000 (19:29 +0000)
3d_gpu/architecture/dynamic_simd/mul.mdwn

index a8e4f4e6211913754f346e2d62c13d2c06190bdf..ba430a50f73e19dcb389e38a9303c92818810d8c 100644 (file)
@@ -1,3 +1,3 @@
 # Dynamic Partitioned Multiply
 
-This is complicated!  It is necessary to compute a full NxN matrix of partial multiplication results, then perform a cascade of adds, using PartitionedAdd to "automatically" break them down into segments.  The Wallace Tree algorithm is presently deployed, here: we need to use the (more efficient) Dadda algorithm.
+This is complicated!  It is necessary to compute a full NxN matrix of partial multiplication results, then perform a cascade of adds, using PartitionedAdd to "automatically" break them down into segments.  The [Wallace Tree](https://en.wikipedia.org/wiki/Wallace_tree) algorithm is presently deployed, here: we need to use the (more efficient) [Dadda algorithm](https://en.wikipedia.org/wiki/Dadda_multiplier)