Expand description
Syscall identifier string constants — the IR-level contract between compiler (gate emission) and runtime (dispatch).
Constants§
- ATTR_
DEADLINE_ NS i64deadline in nanoseconds (reference-clock epoch).- ATTR_
PEER PeerId-typed value name. Used by backoff + peer-health gates.- DEFAULT_
PER_ HOP_ BUDGET_ NS - Default per-hop budget (100 ms) for sizing async wire-Send
deadlines.
derive_wire_deadlinesmultiplies staticchain_depthby this;NodeConfigcan override per-Node. - FRAMEWORK_
DOMAIN - Framework reverse-DNS root.
- NETWORK_
DOMAIN - Domain for peer-sampling + gossip-substrate ops. Distinct from
WIRE_DOMAIN. - NETWORK_
OPSET_ VERSION - Network opset version.
- OP_
BACKOFF_ GATE_ RX - Receive-side backoff gate upstream of high-volume Recvs.
- OP_
BACKOFF_ GATE_ TX - Send-side backoff gate.
- OP_
CONSTANT - Emit a literal from a
TensorProto/BytesProtoattribute. - OP_
DEADLINE_ CHECK - Deadline gate on the protected op’s first input.
- OP_
DEDUP_ GATE_ RX - Drop duplicate-arrival Recv envelopes.
- OP_
GATE_ DISPATCH - Multi-edge synchronization barrier.
- OP_
PASS_ THROUGH - Structural identity — threads a value through a partition.
- OP_
PEER_ HEALTH_ GATE_ RX - Fast-fail inbound envelopes from unhealthy peers (φ-accrual).
- OP_
PEER_ HEALTH_ GATE_ TX - Fast-fail outbound envelopes to unhealthy peers (φ-accrual).
- OP_TEE
- Fan a single input to N outputs via
SlotValue::clone_boxed. - OP_
WIRE_ RECV - Wire recv. Paired with
SendbyWIRE_ID_KEY. - OP_
WIRE_ SEND - Wire send.
- SERVICE_
DOMAIN - Domain for
service/modulelowering ops. - SERVICE_
OPSET_ VERSION - Service opset version.
- SYSCALL_
DOMAIN - Domain for every framework-emitted syscall (compiler gates,
pass_through,gate_dispatch). - SYSCALL_
OPSET_ VERSION - Framework syscall opset version. Bumps on dispatch-shape changes downstream nodes cannot satisfy.
- WIRE_
DOMAIN - Domain for the wire opset (Send + Recv).
- WIRE_
OPSET_ VERSION - Wire opset version.