Previous | Next --- Slide 25 of 51
Back to Lecture Thumbnails
nemo

The temporal locality is specifically bad for matrix B if the values are stored in a row-major order!

eosofsky

We also get bad spatial locality in B (if stored in row-major order) because we go down a column and thus values we access from B will not be contiguous in memory.