//! Entry point for the `correctness` integration test binary: wires up every
//! per-family test module below and re-exports the shared harness they all use
// Element traits, random fills, matrix views, f64 references, and accuracy gates
// Safe-API panic guarantees and cache-topology sanity checks
// Complex (c32/c64) GEMM: conj variants, gemm-crate cross-check
// Real float GEMM: shapes, layouts, alpha/beta, workspace reuse, parallel/serial bit-identity, gemv
// Integer (i8 -> i32) GEMM, including overflow-wrap and small_mn routing
// Per-ISA kernel checks through the generic driver, plus the Miri scalar-only suite
// Mixed-precision (f16/bf16) GEMM: shapes, gemv, gemm-crate cross-check
// Prepacked LHS/RHS GEMM against plain gemm, and their orientation/shape panics