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 GPU-based Morlet filtering #139

Open
mivade opened this issue Mar 12, 2018 · 0 comments
Open

Implement GPU-based Morlet filtering #139

mivade opened this issue Mar 12, 2018 · 0 comments

Comments

@mivade
Copy link
Contributor

mivade commented Mar 12, 2018

After cleaning up the C++ Morlet wavelet code, it would be nice to optionally have a GPU implementation and benchmark it against other methods. I would suggest using Boost.Compute which is backed by OpenCL. An alternative is ArrayFire which can use CPU, OpenCL, or CUDA depending on what is available. The major downside here is it's an additional library to link against (cf. Boost.Compute which is header-only apart from the OpenCL requirements).

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

1 participant