You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: