From f8936ec8eccf505c7c2cf16e576b687e422eea79 Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 27 Sep 2023 11:51:52 +0100 Subject: [PATCH] vault backup: 2023-09-27 11:51:52 --- 4a1s/CP/PL - Aula 3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/4a1s/CP/PL - Aula 3.md b/4a1s/CP/PL - Aula 3.md index 49c44cf..24e1c66 100644 --- a/4a1s/CP/PL - Aula 3.md +++ b/4a1s/CP/PL - Aula 3.md @@ -12,8 +12,10 @@ double -> 8 **Estimation of misses:** - 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 >nano /proc/cpuinfo