Hi Xianyi,
We tried to run a matrix multiplication with cblas_sgemm or cblas_dgemm on android.
We tried with A = [1 3 4 6], B = [3 5 9 1], and C = A * B. We initialized C with all zero.
The result of C did not end up with A * B, but remains all zero.
Do you have any hints? Thanks!