Execution Model#
Use these concepts when you need to understand how an RLinf job runs and how workers exchange work.
Concept |
What you get |
|---|---|
End-to-end job flow across code, processes, and core abstractions. |
|
The macro-to-micro model that separates logic from scheduling. |
|
The computation unit and the handle that drives worker groups. |
|
The cluster abstraction and resource model. |
|
Asynchronous channels for inter-worker data exchange. |
|
Collective operations and asynchronous work handles. |