Skip to content

cblas_sgemm return all zero #1088

@odieXin

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!

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