vault backup: 2023-10-04 12:33:31
This commit is contained in:
parent
47bd74f5ee
commit
ce64639d15
2 changed files with 27 additions and 15 deletions
10
.obsidian/workspace.json
vendored
10
.obsidian/workspace.json
vendored
|
@ -4,11 +4,11 @@
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "3315871ba65ef140",
|
"id": "f2e5c2c113449b23",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "37b14566e757368b",
|
"id": "0d5f0081d4a8007c",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
|
@ -158,10 +158,11 @@
|
||||||
"digitalgarden:Digital Garden Publication Center": false
|
"digitalgarden:Digital Garden Publication Center": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "37b14566e757368b",
|
"active": "0d5f0081d4a8007c",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Excalidraw/Drawing 2023-10-04 12.19.18.excalidraw.md",
|
"4a1s/Excalidraw/ASCN/master.excalidraw.md",
|
||||||
"4a1s/CP/PL - Aula 4.md",
|
"4a1s/CP/PL - Aula 4.md",
|
||||||
|
"Excalidraw/Drawing 2023-10-04 12.19.18.excalidraw.md",
|
||||||
"Images/Pasted image 20231004115725.png",
|
"Images/Pasted image 20231004115725.png",
|
||||||
"Images/Pasted image 20231004115135.png",
|
"Images/Pasted image 20231004115135.png",
|
||||||
"Images/Pasted image 20231004115209.png",
|
"Images/Pasted image 20231004115209.png",
|
||||||
|
@ -192,7 +193,6 @@
|
||||||
"4a1s/Excalidraw/RAS",
|
"4a1s/Excalidraw/RAS",
|
||||||
"4a1s/Excalidraw/Untitled.md",
|
"4a1s/Excalidraw/Untitled.md",
|
||||||
"Excalidraw/doodles.excalidraw.md",
|
"Excalidraw/doodles.excalidraw.md",
|
||||||
"Excalidraw/Drawing 2023-09-27 09.57.48.excalidraw.md",
|
|
||||||
"Excalidraw",
|
"Excalidraw",
|
||||||
"-.32118",
|
"-.32118",
|
||||||
"4a1s/ASCN/T",
|
"4a1s/ASCN/T",
|
||||||
|
|
|
@ -61,21 +61,33 @@ Ganhos de 4 vezes mais.
|
||||||
conclusion: 20 GFlop/s
|
conclusion: 20 GFlop/s
|
||||||
|
|
||||||
#### b)
|
#### b)
|
||||||
peak with vectorization: 20 GFlop/s
|
peak with vectorization: continuous 20 GFlop/s
|
||||||
peak without vectorization: 5 GFlop/s
|
peak without vectorization: continuous 5 GFlop/s
|
||||||
memory bandwith limitation: 20 GFlop/s
|
memory bandwith limitation: ***see alinea d)***
|
||||||
real achievable performance:
|
real achievable performance:***see alinea c)***
|
||||||
measured performance:
|
measured performance:
|
||||||
|
|
||||||
#### c)
|
#### d)
|
||||||
memory bandwith limitation
|
memory bandwith limitation
|
||||||
|
|
||||||
| GFlop/s | Flop/Byte |
|
| GFlop/s | Flop/Byte |
|
||||||
| ------- | --------- |
|
| ------- | --------- |
|
||||||
| 0.125 | |
|
| 0.125 | 2.5 |
|
||||||
| 0.25 | |
|
| 0.25 | 5 |
|
||||||
| 0.5 | 10 |
|
| 0.5 | 10 |
|
||||||
| 1 | 20 |
|
| 1 | 20 |
|
||||||
| 2 | |
|
| 2 | 40 |
|
||||||
| 4 | |
|
| 4 | 80 |
|
||||||
| 8 | |
|
| 8 | 160 |
|
||||||
|
|
||||||
|
#### c)
|
||||||
|
2 FOP (operações vírgula flutuante) -> 2 doubles (16B)
|
||||||
|
1 operation/8B -> 0.125
|
||||||
|
|
||||||
|
| GFlop/s | Flop/Byte |
|
||||||
|
| ------- | --------- |
|
||||||
|
| 0.125 | 2.5 |
|
||||||
|
|
||||||
|
|
||||||
|
#### d)
|
||||||
|
AVX -> 256b -> 4 doubles
|
||||||
|
|
Loading…
Reference in a new issue