Closed nHackel closed 4 months ago
Attention: Patch coverage is 85.07463%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 88.28%. Comparing base (
a92f27d
) to head (b6ca003
). Report is 7 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
ext/NFFTGPUArraysExt/implementation.jl | 84.84% | 10 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds a new NFFT plan which is essentially just a copy of the current CuNFFT Plan. However, in this PR the plan is writing in a GPU-agnostic way and will work for any GPU implementing an FFT-Plan.
The plan can also be tested with JLArrays in CI without requiring a GPU