vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
//! Conformance harnesses H1..H10.

/// GPU backend abstraction for dispatch and result readback.
pub mod backend;
/// Composition proof module.
pub mod composition_proof;
/// Coverage module.
pub mod coverage;
/// Determinism module.
pub mod determinism;
/// Fault module.
pub mod fault;
/// Law probe module.
pub mod law_probe;
/// Mutation module.
pub mod mutation;
/// Oom module.
pub mod oom;
/// Reference diff module.
pub mod reference_diff;
/// Swap module.
pub mod swap;
/// WGSL mutation module.
pub mod wgsl_mutation;