poulpy-cpu-avx-0.1.0 has been yanked.
🐙 Poulpy-CPU-REF
Poulpy-Backend-CPU-AVX is a Rust crate that provides an AVX accelerated CPU implementation of poulpy-hal. This crate is used to instantiate projects implemented with poulpy-hal, poulpy-core and/or poulpy-schemes.
Example
use FFT64Avx;
use ;
let log_n: usize = 10;
let module = = new;
Contributors
To add your own backend, implement the open extension traits from poulpy-hal/oep for a struct that implements the Backend trait.
This will automatically make your backend compatible with the API of poulpy-hal, poulpy-core and poulpy-schemes.