SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
241 stars 52 forks source link

Remove MKL #428

Closed ChrisRackauckas closed 9 months ago

ChrisRackauckas commented 9 months ago

See the discussion in https://github.com/SciML/LinearSolve.jl/issues/427

chriselrod commented 9 months ago

Why weren't we just ccalling the functions we want from MLK_jll?

codecov[bot] commented 9 months ago

Codecov Report

Merging #428 (fa85bb8) into main (f5a2c07) will increase coverage by 0.36%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #428      +/-   ##
==========================================
+ Coverage   63.80%   64.17%   +0.36%     
==========================================
  Files          26       26              
  Lines        2097     2085      -12     
==========================================
  Hits         1338     1338              
+ Misses        759      747      -12     
Files Coverage Δ
src/LinearSolve.jl 89.04% <ø> (ø)

... and 4 files with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

ChrisRackauckas commented 9 months ago

See the discussion in https://github.com/SciML/LinearSolve.jl/issues/427. You can't do that with SuiteSparse.