VkFFT
VkFFT copied to clipboard
compilation issue on Power9
Hello, When compiling on an IBM power9, nvcc fails with the following message:
/gpfs/apps/POWER9/GCC/8.3.0/lib/gcc/ppc64le-redhat-linux/8.3.0/include/c++/type_traits(335): error: identifier "__ieee128" is undefined
passing option -std=c++11 to nvcc solves the issue. Maybe this should be taken care of in the CMakeLists.txt file.
Hello,
I have added the following option to the configuration, though it seems to be a CUDA 10 error, which was resolved in CUDA 11 for this particular architecture. As I do not have access to testing on power9, I can not confirm whether the fix will work.