peacoqc-rs 0.2.4

PeacoQC quality control algorithms for flow cytometry
Documentation
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;