vault backup: 2023-09-27 11:21:52
This commit is contained in:
parent
e9a0eeaad8
commit
249ad506ff
1 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,6 @@ Spacial locality - proximity of memory spaces relative to our reference memory s
|
||||||
|
|
||||||
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).
|
||||||
### b)
|
### b)
|
||||||
Every time it attempts to reach for matrix B, it will miss
|
cache size = 25600 KB
|
||||||
|
cache alignment= 64
|
||||||
|
### c)
|
||||||
|
|
Loading…
Reference in a new issue