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

Handle wrapper types over GPU arrays correctly #447

Closed avik-pal closed 8 months ago

avik-pal commented 8 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (ada5366) 65.50% compared to head (65d76be) 22.46%.

Files Patch % Lines
src/factorization.jl 6.25% 15 Missing :warning:
src/default.jl 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #447 +/- ## =========================================== - Coverage 65.50% 22.46% -43.05% =========================================== Files 27 27 Lines 2096 2088 -8 =========================================== - Hits 1373 469 -904 - Misses 723 1619 +896 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.