-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I am trying to write an accelerate wrapper for real-to-complex and complex-to-real transforms. While complex-to-complex transforms work perfectly, the real-to-complex transforms aborts with CUFFT Exception: failed to execute an FFT on the GPU. I tried to track the problem using ltrace, but the call to cufftExecR2C is not detected by ltrace. (Btw. accordingly the call to cufftExecC2C is missing in a working complex-to-complex transform.)
So may I ask you to write a minimalistic example (without accelerate) that performs a real-to-complex transform? I am currently trying to write my own one, but it fails with CUDA Exception: initialization error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels