Previous | Next --- Slide 18 of 69
Back to Lecture Thumbnails
bob_sacamano

Would storing B in column major-order offer better cache locality? This would make the indexing implementation a little complicated for B and might not help much if B is later used for computation that does row-major traversal. But assuming B is always used for this purpose, then the blocked approach wouldn't be necessary?