We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538ae13 commit 0ca27adCopy full SHA for 0ca27ad
benchmark/source/gemver.txt
@@ -2,7 +2,9 @@ alpha = 1.5
2
beta = 1.2
3
4
∀(i) | 0<=i<4000 {
5
- A[i][j] = Σ(u1[i] * v1[j] + u2[i] * v2[j]) | 0<=j<4000
+ ∀(j) | 0<=j<4000 {
6
+ A[i][j] = A[i][j] + (u1[i] * v1[j] + u2[i] * v2[j])
7
+ }
8
}
9
10
0 commit comments