Tingxing Dong

Results 7 comments of Tingxing Dong

I have same question. Does the author still maintain this repo? It is not updated for a year.

should use "git submodule update --init --recursive"

"cd Fidelity-CAS" "git submodule update --init --recursive"

vim vkFFT/vkFFT/vkFFT_Structs/vkFFT_Structs.h and pfUINT keepShaderCode = 1;//will keep shader code and print all executed shaders during the plan execution in order (0 - off, 1 - on) will cause the...

vim benchmark_scripts/vkFFT_scripts/src/user_benchmark_VkFFT.cpp add configuration.keepShaderCode = 1; 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.

``` grep -r -i "keepShaderCode" * benchmark_scripts/vkFFT_scripts/src/user_benchmark_VkFFT.cpp: configuration.keepShaderCode = 1; benchmark_scripts/vkFFT_scripts/src/sample_14_precision_VkFFT_single_nonPow2.cpp: configuration.keepShaderCode = 1; benchmark_scripts/vkFFT_scripts/src/sample_51_convolution_VkFFT_single_3d_matrix_zeropadding_r2c.cpp: convolution_configuration.keepShaderCode = 1; benchmark_scripts/vkFFT_scripts/src/sample_15_precision_VkFFT_single_r2c.cpp: configuration.keepShaderCode = 1; benchmark_scripts/vkFFT_scripts/src/sample_16_precision_VkFFT_single_dct.cpp: configuration.keepShaderCode = 1; ``` yet, still not...