vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
6
7
8
//! Operation specification — re-exported from `crate::spec::types`.
//!
//! The canonical `OpSpec`, `EquivalenceClass`, and `BoundaryValue` types
//! live in `crate::spec::types` so the entire crate (pipeline, registry, backend)
//! can reference a single unified definition.

/// Re-export of the operation specification type.
pub use crate::spec::types::{BoundaryValue, EquivalenceClass, OpSpec};