Skip to main content

Module ids

Module ids 

Source
Expand description

Canonical (domain, op_type) string constants the DSL helpers stamp onto recorded NodeProtos. The strings live in bb_ir::syscall_ids so the DSL + compiler + runtime cite one declaration; this module re-exports them under shorter local aliases for the helper bodies below.

Constants§

GATE_DISPATCH_OP
Multi-edge synchronization barrier.
PASS_THROUGH_OP
Structural identity — threads a value through a partition.
SYSCALL_DOMAIN
Domain for every framework-emitted syscall (compiler gates, pass_through, gate_dispatch).