mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
Add bivariate convolution
This commit is contained in:
9
poulpy-backend/src/cpu_fft64_ref/tests.rs
Normal file
9
poulpy-backend/src/cpu_fft64_ref/tests.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use poulpy_hal::{api::ModuleNew, layouts::Module, test_suite::convolution::test_convolution};
|
||||
|
||||
use crate::FFT64Ref;
|
||||
|
||||
#[test]
|
||||
fn test_convolution_fft64_ref() {
|
||||
let module: Module<FFT64Ref> = Module::<FFT64Ref>::new(64);
|
||||
test_convolution(&module);
|
||||
}
|
||||
Reference in New Issue
Block a user