vault backup: 2023-09-27 11:51:52
This commit is contained in:
parent
4b4e3bc071
commit
f8936ec8ec
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@ double -> 8
|
||||||
|
|
||||||
**Estimation of misses:**
|
**Estimation of misses:**
|
||||||
- matrix C: n² / 8
|
- matrix C: n² / 8
|
||||||
- matrix A: n²
|
- matrix B: n³
|
||||||
|
- matrix A: n³ / 8
|
||||||
|
|
||||||
|
>[!info] The difference in being divided by 8 or not comes from the spacial locality of the matrix.
|
||||||
|
|
||||||
>[!info]- Commands ran
|
>[!info]- Commands ran
|
||||||
>nano /proc/cpuinfo
|
>nano /proc/cpuinfo
|
||||||
|
|
Loading…
Reference in a new issue