Skip to content

Add SLATE dense LU solver wrapper#1051

Open
AJ0070 wants to merge 2 commits into
SciML:mainfrom
AJ0070:fix/54
Open

Add SLATE dense LU solver wrapper#1051
AJ0070 wants to merge 2 commits into
SciML:mainfrom
AJ0070:fix/54

Conversation

@AJ0070

@AJ0070 AJ0070 commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

  • Added SLATEFactorization for dense LU solves.
  • Added support for real, complex, and multiple right-hand sides.
  • Added lazy SLATE library loading and slate_isavailable().
  • Added documentation and guarded tests.

The wrapper dynamically loads libslate_lapack_api and calls its LAPACK-compatible slate_*gesv functions.

It supports Float32, Float64, ComplexF32, and ComplexF64. Other real and complex element types are promoted where necessary.

fixes #54
AI Disclosure: Used GPT 5.4

@AJ0070

AJ0070 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

@ChrisRackauckas

@ChrisRackauckas

Copy link
Copy Markdown
Member

This should get a JLL?

@AJ0070

AJ0070 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

I have made a PR for it but I think it will take some time to get merged. I have started looking into #143 and will soon start making PRs for it.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SLATE Wrapper

2 participants