You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Docs] Add Relax VM architecture documentation (#19389)
- Add a dedicated architecture document (`docs/arch/relax_vm.rst`) for
the Relax Virtual
Machine, covering the compilation pipeline (Relax IR → VMCodeGen →
VMExecutable), the
4-opcode instruction set and encoding format, the register-based
execution model (VMFrame,
RunLoop, VMClosure dispatch), built-in operations, serialization, and
the Python-level
interface (direct invocation, stateful API, profiling, instrumentation).
- Refactor the inline VM section in `docs/arch/index.rst` into a brief
summary with a
cross-reference to the new page, and add `relax_vm` to the toctree.
0 commit comments