vault backup: 2023-09-27 11:41:52
This commit is contained in:
parent
2b24f2ac31
commit
4b4e3bc071
1 changed files with 10 additions and 1 deletions
|
@ -6,7 +6,16 @@ Logically following the multiplication process of matrices, C and A have spacial
|
||||||
### b)
|
### b)
|
||||||
cache size = 25600 KB
|
cache size = 25600 KB
|
||||||
cache line/alignment= 64 B
|
cache line/alignment= 64 B
|
||||||
|
double -> 8
|
||||||
|
|
||||||
n² misses
|
(64/8) = 8 elements
|
||||||
|
|
||||||
|
**Estimation of misses:**
|
||||||
|
- matrix C: n² / 8
|
||||||
|
- matrix A: n²
|
||||||
|
|
||||||
|
|
||||||
|
>[!info]- Commands ran
|
||||||
|
>nano /proc/cpuinfo
|
||||||
|
>srun --partition=cpar perf cat /proc/cpuinfo
|
||||||
### c)
|
### c)
|
||||||
|
|
Loading…
Reference in a new issue