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

Fix type-2 GPU shared memory with ntransforms > 1 #43

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

jipolanco
Copy link
Owner

Fix synchronisation issue in type-2 NUFFTs on GPU when gpu_method = :shared_memory and when multiple transforms are performed at once.

Fix synchronisation issue in type-2 NUFFTs on GPU when
`gpu_method = :shared_memory` and when multiple transforms are performed
at once.
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.18%. Comparing base (96215d1) to head (2391ff1).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/interpolation/gpu.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   91.17%   91.18%   +0.01%     
==========================================
  Files          20       20              
  Lines        1722     1725       +3     
==========================================
+ Hits         1570     1573       +3     
  Misses        152      152              

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

@jipolanco jipolanco merged commit c2efc93 into master Oct 29, 2024
4 of 5 checks passed
@jipolanco jipolanco deleted the fix-shmem-interp-manytransforms branch October 29, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant