vault backup: 2023-09-27 11:31:52
This commit is contained in:
parent
249ad506ff
commit
2b24f2ac31
1 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue