trueno 0.16.4

High-performance SIMD compute library with GPU support for matrix operations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Phase 11-12 Tests (F150-F246)
//!
//! Split from monolithic `phases.rs` for maintainability.
//!
//! ## Submodules
//!
//! - `phase11_profiling` - Phase 11: High-Performance Profiling (F150-F155)
//! - `phase12_core` - Phase 12: Core Falsification (F156-F175)
//! - `phase12_advanced` - Phase 12: Advanced Features (F176-F215)
//! - `phase12_comprehensive` - Phase 12: Comprehensive Coverage (F216-F246)

mod phase11_profiling;
mod phase12_advanced;
mod phase12_comprehensive;
mod phase12_core;