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
9
10
11
12
13
14
15
16
//! Unified `vyre-conform` subcommand modules.

/// Backend certification command.
pub mod certify;
/// Contribution feedback command.
pub mod contribute;
/// Coverage matrix command.
pub mod coverage;
/// Golden-freezing command.
pub mod freeze_goldens;
/// Generated-test materialization command.
pub mod gen_tests;
/// Phase 6 calibration command.
pub mod phase6_calibrate;
/// Certificate verification command.
pub mod verify_cert;