Previous | Next --- Slide 41 of 50
Back to Lecture Thumbnails
apappu

This was a really helpful example for getting started on how to think about using data parallel thinking in written assignment 3 and programming 3. In particular, this problem gets at an underlying principle that I think occurs where, in order to make things data parallel, we have to "unroll" the given representations into ones more amenable to data parallel thinking (for instance by creating more arrays)

Please log in to leave a comment.