Previous | Next --- Slide 17 of 37
Back to Lecture Thumbnails
amaliujia

I think one example for pre-fetching benefit for shared cache is data-parallel model. Threads running on different cores could easily pre-fetch data into cache that would be used by other threads.

admintio42

are there examples of this type of processors that aren't gpu's?