We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2891fd8 commit 09e75f1Copy full SHA for 09e75f1
1 file changed
kernel/generic/zgemm_beta.c
@@ -94,7 +94,7 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1,
94
} else {
95
96
97
- for (j=n;j>0;j++) {
+ for (j=n;j>0;j--) {
98
c_offset1 = c_offset;
99
c_offset += ldc;
100
0 commit comments