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

Nufft with DFT option not running on GPU #322

Open
mavel101 opened this issue Dec 20, 2023 · 1 comment
Open

Nufft with DFT option not running on GPU #322

mavel101 opened this issue Dec 20, 2023 · 1 comment

Comments

@mavel101
Copy link
Contributor

Hello,

I tried running the nufft on GPU in "DFT" mode with options "-g -s". This leads to an error "Command exited with error code -11". If I run the adjoint DFT with options "-g -s -a", the code runs. I believe, this is because in the adjoint mode, the GPU wrapper for the linear operator is not called in the case of selecting the DFT option. In the forward mode however, it is called and leads to the aforementioned error.

Is the NUDFT not supposed to run on a GPU?

Thanks in advance.
Marten

@mblum94
Copy link
Contributor

mblum94 commented Sep 7, 2024

Hi Marten,

the nuDFT is currently not implemented on the GPU. We'll add an error message which forbids use of the nuDFT with gpu selected.

Best,
Moritz

hcmh pushed a commit that referenced this issue Sep 10, 2024
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

No branches or pull requests

2 participants