Skip to content

Commit

Permalink
allow dead code fft dispatch gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Mar 20, 2024
1 parent a40834e commit 5b33837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions field/src/fft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub fn fft_root_table<F: Field>(n: usize) -> FftRootTable<F> {
root_table
}

#[allow(dead_code)]
#[cfg(feature = "cuda")]
fn fft_dispatch_gpu<F: Field>(
input: &mut [F],
Expand Down

0 comments on commit 5b33837

Please sign in to comment.