avila-clustering 0.1.0

State-of-the-art clustering algorithms for Rust - surpassing scikit-learn, HDBSCAN, and RAPIDS cuML
Documentation
1
2
3
4
5
6
7
//! GPU acceleration support

#[cfg(feature = "gpu")]
pub mod cuda;

#[cfg(feature = "gpu-wgpu")]
pub mod rocm;