Skip to main content

Module interp

Module interp 

Source
Expand description

Top-level interpreter entry point and error types. Top-level interpreter dispatch — the parity engine’s executable specification.

This module exists so every vyre IR program has one deterministic result defined by pure Rust code. The conform gate treats the output of run as the golden expected value and diffs it against the GPU backend’s actual dispatch output. Any byte-level divergence is a certified bug in the backend.

Functions§

run
Execute a vyre IR program on the pure Rust reference interpreter.