Previous | Next --- Slide 20 of 55
Back to Lecture Thumbnails
Drew

We would be able to parallelize this by running the iterations of the body of each reduce controller in parallel and then also running the reduce controllers as parallel reduce. We could also choose to pipeline our operations, including loads from DRAM, which would give us some additional parallelism.

Please log in to leave a comment.