DTolm / VkFFT

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

Segmentation fault with 1.3.3 #150

Closed iyanmv closed 8 months ago

iyanmv commented 8 months ago

Hi,

VkFFT_TestSuite crashes with a segmentation fault (core dumped) with the latest release (v1.3.3). I run a git bisect and I identified this commit as the culprit: 50c0d4e6dad7ed68ae5479e595a80684ec32e64c

Just in case it is useful, I'm using g++ (GCC) 13.2.1 and I attach the output of vulkaninfo.

DTolm commented 8 months ago

Hello,

thanks for noticing, the issue should be fixed now. I also remade the latest release to include the fix.

Best regards, Dmitrii

iyanmv commented 8 months ago

Yes, running VkFFT_TestSuite on commit v1.3.3b works again. Thanks for the quick fix!