diff --git a/app/benchmark_fft/main.cpp b/app/benchmark_fft/main.cpp index 73c9a1f..0a34b30 100644 --- a/app/benchmark_fft/main.cpp +++ b/app/benchmark_fft/main.cpp @@ -37,7 +37,7 @@ void conquer(fft::complex_vector::iterator data, int n) { constexpr int MAX_NUM_THREADS = 8; constexpr int MAX_NUM_TASKS = 32; -constexpr int MAX_STACK_SIZE = 1024 * 1; +constexpr int MAX_STACK_SIZE = 1024 * 4; static_scheduler_memory