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

Add 1D GPU support #125

Open
lgarrison opened this issue Dec 8, 2024 · 0 comments
Open

Add 1D GPU support #125

lgarrison opened this issue Dec 8, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lgarrison
Copy link
Member

Currently, only 2D and 3D transforms were supported on the GPU. During the original implementation, the thinking was that there wouldn't be much advantage to doing 1D on the GPU (IIRC).

However, in nifty-ls, we found that 1D was substantially faster on the GPU once you get to sufficiently large problems (e.g. N_data ~ 10^3, N_freq ~ 10^4). And besides, there may be cases where users have a multi-step workflow where they want to stay on the GPU the whole time.

I imagine this isn't that hard, it just needs to be implemented and tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant