Skip to content

cblas_sgemm return all zero #1088

Description

@odieXin

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions