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

GPU-compatible neighborhood search #563

Merged
merged 5 commits into from
Jul 15, 2024

Conversation

efaulhaber
Copy link
Member

Based on #562 and trixi-framework/PointNeighbors.jl#45.

With this PR, we can use the GridNeighborhoodSearch with the FullGridCellList on GPUs.

@efaulhaber efaulhaber added the gpu label Jun 27, 2024
@svchb svchb closed this Jul 10, 2024
@efaulhaber efaulhaber reopened this Jul 11, 2024
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

Attention: Patch coverage is 46.66667% with 8 lines in your changes missing coverage. Please review.

Project coverage is 69.65%. Comparing base (b82162f) to head (1784c41).

Files Patch % Lines
src/general/semidiscretization.jl 42.85% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #563      +/-   ##
==========================================
- Coverage   69.70%   69.65%   -0.06%     
==========================================
  Files          75       75              
  Lines        4555     4557       +2     
==========================================
- Hits         3175     3174       -1     
- Misses       1380     1383       +3     
Flag Coverage Δ
unit 69.65% <46.66%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@efaulhaber efaulhaber marked this pull request as ready for review July 15, 2024 08:16
@efaulhaber efaulhaber requested review from LasNikas and svchb July 15, 2024 08:16
src/general/semidiscretization.jl Outdated Show resolved Hide resolved
src/general/neighborhood_search.jl Outdated Show resolved Hide resolved
@efaulhaber efaulhaber requested a review from svchb July 15, 2024 08:29
@svchb svchb enabled auto-merge (squash) July 15, 2024 12:10
@svchb svchb merged commit b3219cb into trixi-framework:main Jul 15, 2024
8 of 10 checks passed
@efaulhaber efaulhaber deleted the pointneighbors-45 branch July 16, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants