pub const LOAD_MISS: u32 = 0x0000_FFFD;Expand description
GPU-initiated load miss: the megakernel writes a DMA request to the IO queue and polls for completion. The argument is the consumer’s resource identifier (32-bit, opaque to vyre). vyre is a generic GPU substrate; it does not know what “the resource” is - that is the consumer’s domain. See the boundary rule in AGENTS.md.