vault backup: 2023-09-27 11:31:52

This commit is contained in:
Alice 2023-09-27 11:31:52 +01:00
parent 249ad506ff
commit 2b24f2ac31

View file

@ -1,9 +1,12 @@
## Ex. 1 ## Ex. 1
### a) ### a)
Spacial locality - proximity of memory spaces relative to our reference memory space (?) Spacial locality -(constant) proximity of memory spaces relative to a 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). 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). Matrix C also has temporal locality.
### b) ### b)
cache size = 25600 KB cache size = 25600 KB
cache alignment= 64 cache line/alignment= 64 B
n² misses
### c) ### c)