vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
6
//! Oracle selection metadata for operation conformance.

/// Re-export of [`vyre_spec::OracleKind`] — the hierarchy selector that tells
/// the conform engine which independent source of truth to trust for a given
/// operation.
pub use crate::spec::types::OracleKind;