my_digital_garden/4a1s/CP/PL - Aula 3.md

7 lines
323 B
Markdown
Raw Normal View History

2023-09-27 11:11:52 +01:00
## 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