-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
how to dump the generated source kernel? #161
Comments
Enable the keepShaderCode parameter in configuration and the test suite will print out all executed kernels. |
vim vkFFT/vkFFT/vkFFT_Structs/vkFFT_Structs.h will cause the testSuite portal stops working and quickly return. |
vim benchmark_scripts/vkFFT_scripts/src/user_benchmark_VkFFT.cpp I do not see CUDA source kernel dumped under the folder. where are them? |
i mean the CUDA/hip source kernel not the VkFFT_binary generated under the folder. |
|
You need to modify the configuration struct in the example you try to execute, not in the struct definition. I suggest opening sample_11_precision_VkFFT_single.cpp for the power of 2 cases and doing it there. |
I can see a cubin/AMD binary dumped after runing the testSuite Portal. but i do not see the source kernel dumped.
Where can i see the source kernel?
The text was updated successfully, but these errors were encountered: