Skip to main content

encode_expert_miss

Function encode_expert_miss 

Source
pub fn encode_expert_miss(resource_id: u32, prefetch: bool) -> Vec<u8> 
👎Deprecated since 0.5.0:

use encode_load_miss

Expand description

Deprecated alias for encode_load_miss. The old MoE-specific parameter name was a boundary violation - vyre is a generic GPU substrate. New code must use encode_load_miss; this shim will be removed once consumers have migrated.