Previous | Next --- Slide 36 of 51
Back to Lecture Thumbnails
kayvonf

Question: Can someone explain how there are opportunities for input data reuse in this loop nest? (The slide says there is "significant input data reuse".)

sadkins

The input array is the same for each iteration of the filter loop. We are applying different filters to the same input matrix creating an opportunity for data reuse.