vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
//! Concrete input/output rows for operation specifications.

/// Re-export of [`vyre_spec::SpecRow`] — a single known-answer test case with
/// inputs, expected output, rationale, and source provenance.
pub use crate::spec::types::SpecRow;