Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Aug 26, 2024
1 parent 582c0f3 commit fe93280
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions poly/src/domain/radix2/fft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,10 @@ const MIN_NUM_CHUNKS_FOR_COMPACTION: usize = 1 << 7;
/// beneficial. This value was chosen empirically.
const MIN_GAP_SIZE_FOR_PARALLELIZATION: usize = 1 << 10;


/// The minimum size of a chunk at which parallelization of `butterfly`s is
/// beneficial. This value was chosen empirically.
const MIN_INPUT_SIZE_FOR_PARALLELIZATION: usize = 1 << 10;


// minimum size at which to parallelize.
#[cfg(feature = "parallel")]
const LOG_ROOTS_OF_UNITY_PARALLEL_SIZE: u32 = 7;
Expand Down

0 comments on commit fe93280

Please sign in to comment.