libmir-cuda 0.2.0

CUDA inference backend for libmir
1
2
3
4
5
mod attention;
mod math;

pub use attention::ClampedRoutedAttention;
pub use math::{ClampedRoutedKernels, ClampedRoutedSpec};