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

Use direct evaluation of kernel functions on GPU #39

Merged
merged 52 commits into from
Oct 25, 2024
Merged

Conversation

jipolanco
Copy link
Owner

This seems to be slightly faster (and uses far fewer GPU registers) than approximate evaluations based on piecewise polynomials.

Also, specifically on CUDA, we now default to kernel = KaiserBesselKernel() instead of BackwardsKaiserBesselKernel() as it seems to be a bit faster. Accuracy is not affected since both kernels have equivalent precisions.

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 92.59259% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92.32%. Comparing base (ae8f012) to head (b10d7cd).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
ext/NonuniformFFTsCUDAExt.jl 0.00% 3 Missing ⚠️
src/abstractNFFTs.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   92.31%   92.32%           
=======================================
  Files          18       19    +1     
  Lines        1614     1654   +40     
=======================================
+ Hits         1490     1527   +37     
- Misses        124      127    +3     

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

@jipolanco jipolanco merged commit dd4d842 into master Oct 25, 2024
6 checks passed
@jipolanco jipolanco deleted the eval-direct branch October 25, 2024 19:45
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