Previous | Next --- Slide 41 of 55
Back to Lecture Thumbnails
trip

Here, parallelization can be thought of as 'vectorizing' loop instructions so cut iteration counts, but one must be mindful that A: doing so uses more resources, and B: highly-parallel programs will most likely hit a bandwidth wall, and after that extra parallelization will not improve performance (see later slides for a demo of this)

Please log in to leave a comment.