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

This commit is contained in:
Alice 2023-09-27 11:21:52 +01:00
parent e9a0eeaad8
commit 249ad506ff

View file

@ -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).
### b)
Every time it attempts to reach for matrix B, it will miss
cache size = 25600 KB
cache alignment= 64
### c)