Skip to content

Pick gemm vs gemv automatically? #341

Open
@bluss

Description

@bluss

About picking the “gemm” vs “gemv” algorithm automatically for matrix × column:

In a.dot(b)? Anywhere else?

There are two competing concerns with this question:

  • The user knows their data and picks the operation they know they need
  • The library knows the memory layout cases and picks the best algorithm.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions