Skip to content

Commit 0ca27ad

Browse files
committed
gemver benchmark corrected
1 parent 538ae13 commit 0ca27ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

benchmark/source/gemver.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ alpha = 1.5
22
beta = 1.2
33

44
∀(i) | 0<=i<4000 {
5-
A[i][j] = Σ(u1[i] * v1[j] + u2[i] * v2[j]) | 0<=j<4000
5+
∀(j) | 0<=j<4000 {
6+
A[i][j] = A[i][j] + (u1[i] * v1[j] + u2[i] * v2[j])
7+
}
68
}
79

810
∀(i) | 0<=i<4000 {

0 commit comments

Comments
 (0)