Commit fa7c5120 by FritzFlorian

Add notes on sources of prefix-sum algorithm

parent 4bb8c2e5
...@@ -4,6 +4,12 @@ A collection of stuff that we noticed during development. ...@@ -4,6 +4,12 @@ A collection of stuff that we noticed during development.
Useful later on two write a project report and to go back Useful later on two write a project report and to go back
in time to find out why certain decisions where made. in time to find out why certain decisions where made.
## 11.06.2019 - Parallel Scan
Our parallel scan is oriented on the
['shared memory: two level algorithm'](https://en.wikipedia.org/wiki/Prefix_sum)
and our understanding is using [slides from a cs course](http://www.cs.princeton.edu/courses/archive/fall13/cos326/lec/23-parallel-scan.pdf).
## 06.05.2019 - Relaxed Atomics ## 06.05.2019 - Relaxed Atomics
At the end of the atomic talk it is mentioned how the relaxed At the end of the atomic talk it is mentioned how the relaxed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment