Previous | Next --- Slide 30 of 59
Back to Lecture Thumbnails
mallocanswer

I think the code given in this page is inclusive scan

bojianh

But this code would not scale to different number of SIMD units, does it?

PIC

A common theme seems to be that at certain scales it's faster to use a asymptotically slower algorithm because of constant costs.

kayvonf

@mallocanswer: its called exclusive because it returns the exclusive result. (Although the inclusive result is what's stored in memory.)