Login
From:
simons blog
(Uncensored)
subscribe
Making prefix sum really fast | simons blog
https://veitner.bearblog.dev/making-prefix-sum-really-fast/
links
backlinks
Roast topics
Find topics
Find it!
In this blogpost we want to show how to optimize blockwise prefix sum operation. Blockwise prefix sum does the following: Given a vector: we divide that...