vyre-driver 0.4.1

Driver layer: registry, runtime, pipeline, routing, diagnostics. Substrate-agnostic backend machinery. Part of the vyre GPU compiler.
1
2
3
4
pub use vyre_foundation::dialect_lookup::{
    LoweringCtx, LoweringTable, NativeModule, NativeModuleBuilder, PrimaryBinaryBuilder,
    PrimaryTextBuilder, ReferenceKind, SecondaryTextBuilder, TextModule,
};