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

Implement FDK filtering on GPU #312

Closed
AnderBiguri opened this issue Jul 23, 2021 · 3 comments
Closed

Implement FDK filtering on GPU #312

AnderBiguri opened this issue Jul 23, 2021 · 3 comments

Comments

@AnderBiguri
Copy link
Member

Suprising I don't have an issue for this:

FDK filtering is slow now because its done in the CPU (and does some ugly transposes).
We should just accelerate this, it makes no sense to have such a slow version of FDK.

Note: Not all FFT libraries in GPU/CPU are compatible with BSD license.

@tsadakane
Copy link
Contributor

Use cuFFT?

@AnderBiguri
Copy link
Member Author

Sounds good actually.

@AnderBiguri
Copy link
Member Author

I'll close this for now, as #423 suggests this is not a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants