Exam (elaborations)
ENGR 325 HOMEWORK 7.
- Course
- ENGR 325
- Institution
- Calvin College
(5) In this exercise we look at memory locality properties of matrix computation. The following code is written in C, where elements within the same row are stored contiguously. Assume each word is a 32-bit integer. (P&H 5.1, §5.1) for (I=0; I<8; I++) for (J=0; J<8000; J++) A[I][J]=B[I]...
[Show more]