trixi-framework / PointNeighbors.jl

PointNeighbors.jl: Neighborhood search with fixed search radius in Julia
https://trixi-framework.github.io/PointNeighbors.jl/
MIT License
10 stars 1 forks source link

Make `GridNeighborhoodSearch` with `FullGridCellList` run on the GPU #45

Closed efaulhaber closed 1 week ago

efaulhaber commented 1 week ago

Based on #43.

This PR will finally make the GridNeighborhoodSearch with the FullGridCellList and the DynamicVectorOfVectors backend run on the GPU.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 57.14286% with 18 lines in your changes missing coverage. Please review.

Project coverage is 88.39%. Comparing base (1326dc4) to head (64ccb88). Report is 1 commits behind head on main.

Files Patch % Lines
src/util.jl 42.85% 12 Missing :warning:
src/neighborhood_search.jl 50.00% 5 Missing :warning:
src/gpu.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ========================================== - Coverage 92.09% 88.39% -3.71% ========================================== Files 16 16 Lines 443 474 +31 ========================================== + Hits 408 419 +11 - Misses 35 55 +20 ``` | [Flag](https://app.codecov.io/gh/trixi-framework/PointNeighbors.jl/pull/45/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/trixi-framework/PointNeighbors.jl/pull/45/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | `88.39% <57.14%> (-3.71%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework#carryforward-flags-in-the-pull-request-comment) to find out more.

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