Skip to main content

REFERENCE_BACKEND_NAME

Constant REFERENCE_BACKEND_NAME 

Source
pub const REFERENCE_BACKEND_NAME: &str = "reference";
Expand description

Capabilities advertised by the reference backend.

The reference interpreter supports every dialect whose ops declare a non-trivial cpu_ref. The registration below is discovered via inventory::iter; callers ask the registry “does this program fit the reference backend” and the answer folds into the capability-negotiation layer (B-B5).