Previous | Next --- Slide 38 of 64
Back to Lecture Thumbnails
ggm8

This is a cool alternative that could have been used in Assignment 2. The thrust library essentially provides segmented scan with its scan by key functions (where the flag is implemented slightly differently but the functionality remains). This could have been useful if you had a large array of individual bitmaps - one for each division of your image - where you want to scan each one up to a certain point.