trueno 0.16.4

High-performance SIMD compute library with GPU support for matrix operations
1
2
3
4
5
6
7
//! AVX2 SIMD operation implementations.
//!
//! This module contains the actual SIMD implementations, isolated from the
//! trait dispatch in the parent module.

pub(super) mod arithmetic;
pub(super) mod reductions;