(no commit message)
authorshriya <shriya@web>
Wed, 6 Dec 2023 15:09:08 +0000 (15:09 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 6 Dec 2023 15:09:08 +0000 (15:09 +0000)
openpower/sv/cookbook/pospopcnt.mdwn

index 22db65402a710728a789f7ad65168362ee7f8194..bfedde8800d5f6cfafe9fb80000cc0324ac0513c 100644 (file)
@@ -103,7 +103,11 @@ be parallelised even by In-Order multi-issue hardware(Fig.5).
 <img src="/openpower/sv/cookbook/PopcountBlocks.drawio.svg"
      alt="pospopcnt" width="70%" />
 
-
+Fig.6 depicts how each of the intermediate results are 
+accumulated. It is worth noting that each intermediate result 
+is independent of the other intermediate results and also
+parallel reduction can be applied to all of them
+individually. This gives two opportunities for parallelism.
 
 <img src="/openpower/sv/cookbook/ParallelAccumulate.drawio.svg"
      alt="pospopcnt" width="100%" />