1 2 3 4 5 6 7 8 9
//! Custom cubeCL kernels for GPU-accelerated operations #[cfg(feature = "cubecl")] mod complex_multiply; #[cfg(feature = "cubecl")] mod launch; #[cfg(feature = "cubecl")] pub use launch::multiply_spectra_cubecl;