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

CUFFT improvements #1313

Merged
merged 2 commits into from
Jan 11, 2022
Merged

CUFFT improvements #1313

merged 2 commits into from
Jan 11, 2022

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jan 10, 2022

Fixes #1311

- always allow `mul!`, detecting wrong uses for in-place plance
- only perform copies of inputs with complex-to-real plans,
  according to the CUFFT documentation
- be more similar to FFTW.jl
@codecov
Copy link

codecov bot commented Jan 11, 2022

Codecov Report

Merging #1313 (461084d) into master (e655d42) will decrease coverage by 0.15%.
The diff coverage is 69.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1313      +/-   ##
==========================================
- Coverage   78.97%   78.82%   -0.16%     
==========================================
  Files         119      119              
  Lines        8632     8617      -15     
==========================================
- Hits         6817     6792      -25     
- Misses       1815     1825      +10     
Impacted Files Coverage Δ
lib/cufft/fft.jl 84.73% <69.56%> (-4.44%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e655d42...461084d. Read the comment docs.

@maleadt maleadt merged commit 880a438 into master Jan 11, 2022
@maleadt maleadt deleted the tb/cufft branch January 11, 2022 10:22
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.

mul! is missing for plan_fft!
2 participants