Skip to content

Allow UMFPACK to be run with an alternative BLAS under the hood #453

Closed
@ChrisRackauckas

Description

@ChrisRackauckas

In LinearSolve.jl we directly use MKL_jll.jl in order to avoid OpenBLAS but not use lbt because we don't want to override the user's global state. However, this doesn't change UMPACK, and thus UMPACK is rather slow in comparison to everything else. We'd be hoping to just swap the underlying BLAS without having to make a global change in order to get the performance how we want it without effecting global state.

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