Skip to content

SME kernel not getting hit due to incorrect conditioning on leading dimensions #5794

@matcraje

Description

@matcraje

if (order == CblasRowMajor && m==lda && n ==ldb && k==ldc && beta == 0 && alpha == 1.0 && TransA == CblasNoTrans && TransB == CblasNoTrans&& SGEMM_DIRECT_PERFORMANT(m,n,k)) {

@martin-frbg,
The correct conditioning is k==lda && n ==ldb && n==ldc.

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