You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forward_configuration.inputBuffer = &inputBuffer; //you can specify first buffer to read data from to be different from the buffer FFT is performed on. FFT is still in-place on the second buffer, this is here just for convenience.
printf(" -n X: specify how many times to perform upscale. This removes dispatch overhead and will show the real application performance (default 1)\n");
@@ -1825,6 +1824,7 @@ int main(int argc, char* argv[])
1825
1824
printf(" -numthreads X: specify how many threads to launch. Used to speed up png reads\n");
1826
1825
return0;
1827
1826
}
1827
+
glslang_initialize_process();//compiler can be initialized before VkFFT
1828
1828
if (findFlag(argv, argv + argc, "-devices"))
1829
1829
{
1830
1830
//print device list
@@ -1971,6 +1971,7 @@ int main(int argc, char* argv[])
0 commit comments