trueno 0.17.2

High-performance SIMD compute library with GPU support for matrix operations
Documentation
1
2
3
4
5
6
//! SSE2 SIMD operation implementations.

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