Slides 12

Re: Slides 12

by Georg Hager -
Number of replies: 0

The value x(j-1,k) has been accessed as x(j+1,k) two inner loop (i.e., j) iterations before. It will be still in the L1 cache with 100% probability, so it does not cause any traffic beyond the L1.