Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursively convert (adapt) Semidiscretization object to GPU types with Adapt.jl #492

Merged
merged 8 commits into from
May 3, 2024

Remove unnecessary types

d87563e
Select commit
Loading
Failed to load commit list.
Merged

Recursively convert (adapt) Semidiscretization object to GPU types with Adapt.jl #492

Remove unnecessary types
d87563e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 3, 2024 in 1s

69.88% (-0.12%) compared to 107f053, passed because coverage increased by +0.22% when compared to adjusted base (69.66%)

View this Pull Request on Codecov

69.88% (-0.12%) compared to 107f053, passed because coverage increased by +0.22% when compared to adjusted base (69.66%)

Details

Codecov Report

Attention: Patch coverage is 83.33333% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 69.88%. Comparing base (107f053) to head (d87563e).

Files Patch % Lines
src/general/gpu.jl 0.00% 6 Missing ⚠️
src/general/semidiscretization.jl 55.55% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #492      +/-   ##
==========================================
- Coverage   70.00%   69.88%   -0.12%     
==========================================
  Files          70       71       +1     
  Lines        4110     4127      +17     
==========================================
+ Hits         2877     2884       +7     
- Misses       1233     1243      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.