Output FFT, iFFT #63
Unanswered
vrpascuzzi
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Hello, There is an option called keepShaderCode that makes all VkFFTAppend calls print executed kernels. You can enable it in input configuration in user_benchmark_VkFFT.cpp Best regards, |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very nice work here.
Wondering, how does one extract a generated kernel and the (i)FFT output for comparisons? For the former, I've done:
just before
return res;
invkFFT::shaderGenVkFFT()
. However, calling this code directly within my own application does not give the expected result. For example, inputx
and-X 64 -Y 1 -Z 1
and nolut
using OpenCL backend, I get:while I believe I should get something akin to:
Could you provide an example kernel, e.g.,
Beta Was this translation helpful? Give feedback.
All reactions