I need to learn about prefix sum by tree reduction and write an MPI code in C for that. I already know prefix sum by recursive doubling or scan, and have some background in programming by MPI. Here is the structure of tree reduction which I should learn about:
Anyone can suggest some nice materials for learning prefix sum by tree reduction or explain it here? I googled it but couldn't find a good note with clear explanation!