DTolm / VkFFT

Vulkan/CUDA/HIP/OpenCL/Level Zero/Metal Fast Fourier Transform library
MIT License
1.52k stars 91 forks source link

Handle VKFFT_ERROR_MATH_FAILED in getVkFFTErrorString #113

Closed al42and closed 1 year ago

al42and commented 1 year ago

hipcc was complaining:

In file included from /nethome/aland/VkFFT/vkFFT/vkFFT.h:61:
/nethome/aland/VkFFT/vkFFT/vkFFT_Structs/vkFFT_Structs.h:464:10: warning: enumeration value 'VKFFT_ERROR_MATH_FAILED' not handled in switch [-Wswitch]
        switch (result)