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

addec CUDA.jl support for czt #44

Merged
merged 3 commits into from
Jul 21, 2024
Merged

addec CUDA.jl support for czt #44

merged 3 commits into from
Jul 21, 2024

Conversation

RainerHeintzmann
Copy link
Member

a comparison for the CuArray results and the Array results was made by hand for an example.
No further dependencies were added.
However, an internal function ("FourierTools.get_kernel_1d") changed its signature.

Copy link

codecov bot commented Jul 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.01%. Comparing base (a3f96fc) to head (271b6af).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   92.92%   93.01%   +0.08%     
==========================================
  Files          18       18              
  Lines        1018     1031      +13     
==========================================
+ Hits          946      959      +13     
  Misses         72       72              

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

src/czt.jl Outdated
Comment on lines 86 to 90
aw :: AbstractArray{CT, D}
fft_fv :: AbstractArray{CT, D}
wd :: AbstractArray{CT, D}
fftw_plan! :: AbstractFFTs.Plan
ifftw_plan! :: AbstractFFTs.ScaledPlan
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those types are not concretely typed:

Better do:

struct Lol{AA1}
aw::AA1
fft_fv::AA1
``

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see and then put the contraints in the where clause.

@roflmaostc roflmaostc merged commit ce67ccb into main Jul 21, 2024
4 checks passed
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.

2 participants