Skip to content

[Need Help] A simple C2C 1D FFT produces different result with NumPy FFT #123

Closed Answered by AtomicVar
AtomicVar asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, I misunderstood the size member of VkFFTConfiguration. After I fixed it, the output is the same. I'm closing this discussion.

// configuration.size[0] = sizeof(float) * N;
configuration.size[0] = N;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AtomicVar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant