7 lines
323 B
Markdown
7 lines
323 B
Markdown
|
## Ex. 1
|
||
|
### a)
|
||
|
Spacial locality - proximity of memory spaces relative to our reference memory space (?)
|
||
|
|
||
|
Logically following the multiplication process of matrices, C and A have spacial locality (while B does not, due to advancing in columns and not rows).
|
||
|
### b)
|
||
|
Every time it attempts to reach for matrix B, it will miss
|