vault backup: 2023-10-04 11:43:31
This commit is contained in:
parent
e041f2a297
commit
81fd377371
1 changed files with 8 additions and 2 deletions
|
@ -11,7 +11,7 @@ Não vai ser vetorizável.
|
||||||
|
|
||||||
#### b)
|
#### b)
|
||||||
result of change cycles to i, k , j :
|
result of change cycles to i, k , j :
|
||||||
A -> consecutive elements in a row -> consecutive access in the vector
|
A -> same element
|
||||||
C -> consecutive elements in a row -> consecutive access in the vector
|
C -> consecutive elements in a row -> consecutive access in the vector
|
||||||
B -> consecutive elements in a row -> consecutive access in the vector
|
B -> consecutive elements in a row -> consecutive access in the vector
|
||||||
|
|
||||||
|
@ -19,3 +19,9 @@ i k j
|
||||||
0 0 1
|
0 0 1
|
||||||
|
|
||||||
Vai ser vetorizável.
|
Vai ser vetorizável.
|
||||||
|
|
||||||
|
|
||||||
|
128b
|
||||||
|
8B -> 64b
|
||||||
|
2 elements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue