trueno 0.17.3

High-performance SIMD compute library with GPU support for matrix operations
Documentation
1
2
3
4
5
6
7
8
//! Vector module tests
//!
//! Organized into:
//! - `unit`: Basic correctness tests (shattered into focused modules)
//! - `property_tests`: Property-based tests using proptest

mod property_tests;
mod unit;