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
244 stars 52 forks source link

Add forward enzyme rules for init and solve #416

Closed sharanry closed 10 months ago

sharanry commented 10 months ago

TODO:

codecov[bot] commented 10 months ago

Codecov Report

Merging #416 (0935919) into main (b9da6ac) will decrease coverage by 1.11%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #416      +/-   ##
==========================================
- Coverage   64.94%   63.83%   -1.11%     
==========================================
  Files          26       26              
  Lines        2068     2099      +31     
==========================================
- Hits         1343     1340       -3     
- Misses        725      759      +34     
Files Coverage Δ
ext/LinearSolveEnzymeExt.jl 0.00% <0.00%> (ø)

... and 1 file 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 10 months ago

This looks like a real test failure.

sharanry commented 10 months ago

@ChrisRackauckas The test failures seem unrelated.