MariusVanDerWijden / gpusnarks

CUDA implementation of Fast Fourier Transformations on finite fields
Apache License 2.0
78 stars 17 forks source link

fft correct? #16

Open jiangzeen opened 2 years ago

jiangzeen commented 2 years ago

hi,I have run the fft,but the result is error,maybe the finite field is error for ntt?

MariusVanDerWijden commented 2 years ago

Yes, this is a very old implementation and it might contain a few bugs. If you are looking for fast fft implementation in cuda, you should maybe look att he stuff starkware built