ariadnetor-native 0.0.1

Native backend for ariadnetor (faer; optional HPTT transpose)
Documentation

CPU compute backend for ariadnetor

Provides [NativeBackend] implementing ComputeBackend via:

  • GEMM: faer (f64, f32, Complex<f64>, Complex<f32>)
  • SVD/QR/LQ/EIGH: faer (f64, f32, Complex<f64>, Complex<f32>)
  • Transpose: HPTT (f64, f32, Complex) when the hptt feature is on, a naive kernel otherwise