exanauts / ExaPF.jl

A Power Flow Solver for GPUs in Julia
MIT License
58 stars 5 forks source link

CUDA extension for ExaPF #279

Closed michel2323 closed 9 months ago

codecov-commenter commented 9 months ago

Codecov Report

Merging #279 (b69acd8) into main (7d92b39) will decrease coverage by 0.20%. The diff coverage is 92.17%.

:exclamation: Current head b69acd8 differs from pull request most recent head 8270c67. Consider uploading reports for the commit 8270c67 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #279      +/-   ##
==========================================
- Coverage   74.58%   74.38%   -0.20%     
==========================================
  Files          31       33       +2     
  Lines        4206     4185      -21     
==========================================
- Hits         3137     3113      -24     
- Misses       1069     1072       +3     
Files Coverage Δ
ext/ExaPFCUDAExt.jl 100.00% <100.00%> (ø)
ext/cuda_preconditioner.jl 100.00% <100.00%> (ø)
ext/cuda_wrapper.jl 97.80% <100.00%> (ø)
src/ExaPF.jl 100.00% <ø> (ø)
src/autodiff.jl 81.52% <ø> (ø)
src/LinearSolvers/LinearSolvers.jl 74.62% <85.71%> (-1.50%) :arrow_down:
src/Polar/first_order.jl 91.01% <66.66%> (-0.52%) :arrow_down:
src/Polar/second_order.jl 85.65% <66.66%> (-0.35%) :arrow_down:
src/LinearSolvers/preconditioners.jl 77.40% <96.36%> (-4.54%) :arrow_down:
src/utils.jl 80.00% <20.00%> (-3.75%) :arrow_down:

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