Skip to content

Enable use of MKL for sparse matrices #934

Open
@jalvesz

Description

@jalvesz

Motivation

Using optimized BLAS/LAPACK libaries through stdlib for dense linear algebra is now very easy. Sparse matrices do not count with such a level of API standardization. stdlib counts now with a minimal support for sparse matrices but it would be useful to extended in several ways one of such would be to enable using MKL as an optimized backend.

A first step would be to enable switching between the internal spmv and mkl spmv kernels. This would require additional specifications at the level of the preprocessor macros because the sparse matrix API of MKL has a specific signature and the current STDLIB_EXTERNAL_BLAS/LAPACK macros will not be enough.

Prior Art

No response

Additional Information

No response

Activity

added
ideaProposition of an idea and opening an issue to discuss it
on Feb 8, 2025
demoncoder-crypto

demoncoder-crypto commented on Mar 13, 2025

@demoncoder-crypto

I would love to work on this issue. is this open?

jalvesz

jalvesz commented on Mar 14, 2025

@jalvesz
ContributorAuthor

Yes it is! Please go ahead and take a look 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaProposition of an idea and opening an issue to discuss it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Enable use of MKL for sparse matrices · Issue #934 · fortran-lang/stdlib