Skip to content

Performance Overhead for Irregular Matrices #642

@EJainDev

Description

@EJainDev

The CLBlast API converts hermitian, symmetric, and triangular matrices to regular matrices, and then calls regular GEMM. Doesn’t this incur 2 types of overhead: extra computation + bandwidth and memory allocation + copy, that could be avoided by custom kernels?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions