Skip to content

FFT over large vectors >=2^16 -- FFT_test_exe test1 error in index #1

@dstarin

Description

@dstarin

Nice work on the project.

I compiled the library and wanted to benchmark using fft_furer1.cpp over vectors of size >= 2^16.
I'm getting an error when the check is performed. Any idea what the problem could be?

Thanks,
Dan

My .config_furer:
8
180143985094819841
3
2485986994308513793
5

$ ./FFT_test_exe 1 32768
1-D FFTs (sec): 0.006723
pass.

$ ./FFT_test_exe 1 65536
1-D FFTs (sec): 0.003044
error in index 32769!
$ ./FFT_test_exe 1 1048576
1-D FFTs (sec): 0.043169
error in index 2049!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions