]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Fix bug in FFT
authorGeorgi Gerganov <redacted>
Sun, 2 Oct 2022 14:46:21 +0000 (17:46 +0300)
committerGeorgi Gerganov <redacted>
Sun, 2 Oct 2022 14:46:21 +0000 (17:46 +0300)
commit77d929f60388f6d6e9c8c6439443505592704ed1
tree83b34b3bce8b077cf802502cb4d111f1a5eadc15
parent6d654d192a62e6cd9897d6ff683bdc97406827e9
Fix bug in FFT

The FFT routine does not work for odd N
Solution is to add DFT and use it when N is odd
main.cpp