Skip to content

interfaces of gemm, gemv, etc are not robust #65

@shiozaki

Description

@shiozaki

double gemm with alpha = 1.0 and beta = 2 would not be accepted.

Also types are handled in a very error-prone way because everything is passed around using const reference.

I made a hack to make sure that BAGEL is no slower than direct Lapack call (4f83749), but this should be a tentative fix. Without these fix, sometimes BAGEL was calling generic function!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions