Skip to content

Add comments

4dd0472
Select commit
Loading
Failed to load commit list.
Draft

Use combined vector loads on GPUs #1147

Add comments
4dd0472
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 21, 2026 in 0s

67.34% (-0.29%) compared to 1d97487

View this Pull Request on Codecov

67.34% (-0.29%) compared to 1d97487

Details

Codecov Report

❌ Patch coverage is 47.27273% with 58 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.34%. Comparing base (1d97487) to head (4dd0472).

Files with missing lines Patch % Lines
src/general/gpu.jl 0.00% 29 Missing ⚠️
src/schemes/fluid/weakly_compressible_sph/rhs.jl 38.09% 13 Missing ⚠️
src/schemes/structure/total_lagrangian_sph/rhs.jl 50.00% 11 Missing ⚠️
src/general/abstract_system.jl 84.61% 2 Missing ⚠️
test/examples/gpu.jl 0.00% 2 Missing ⚠️
src/general/semidiscretization.jl 95.45% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1147      +/-   ##
==========================================
- Coverage   67.62%   67.34%   -0.29%     
==========================================
  Files         128      129       +1     
  Lines        9905     9994      +89     
==========================================
+ Hits         6698     6730      +32     
- Misses       3207     3264      +57     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.