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
248 stars 53 forks source link

Recompile invalidations post LoopVectorization #374

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

This captures all of the issues introduced by SparseArrays and LoopVectorization and starts us afresh. The precompile time change is not noticable.

codecov[bot] commented 1 year ago

Codecov Report

Merging #374 (64b302c) into main (82a4be5) will increase coverage by 0.12%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #374      +/-   ##
==========================================
+ Coverage   69.88%   70.01%   +0.12%     
==========================================
  Files          20       20              
  Lines        1428     1454      +26     
==========================================
+ Hits          998     1018      +20     
- Misses        430      436       +6     
Files Changed Coverage Δ
src/LinearSolve.jl 98.41% <100.00%> (+1.11%) :arrow_up:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more