COELANOX — Non-technical reader hub

This folder collects procurement-ready and security-review documents in one place. For engineering depth, see the parent documentation index.


Core documents (start here)

DocumentPurpose
PRODUCT_BRIEF.mdWhat COELANOX is, guarantees, non-goals, supported model types, hardware today, and the “tells you when you’re wrong” stance (~2–3 pages).
RUNTIME_SPECIFICATION.mdRuntime contract: determinism, float equivalence, failure modes, timeouts, verify/load/run behaviour.
ONNX_SUPPORTED_OPS.mdCustomer-facing ONNX opset 13 summary: what compiles, what is rejected, what to do if yours does not (full detail links to the decomposition tree).
DATA_FLOW.mdData flow: build → verify → run/serve; what touches data; what persists; airgapped notes.
ONBOARDING.mdStep-by-step model → .cnox → run without vendor SSH.
KNOWN_LIMITATIONS.mdHonest limits: quantization, dynamic shapes, ONNX gaps, scalar performance, service features.

Short overviews (still useful)

DocumentWho it’s for
COELANOX overview (one page)Executive / first skim
QuickstartFastest path to a working command sequence
ReferenceWhat a .cnox contains + high-level implementation status

Technical references (linked from the docs above)

TopicLocation
Full ONNX → IR mappingONNX decomposition tree
IR versioning contractIR_SEMANTICS.md
Operations, env vars, runbooksOPERATIONS.md
System architectureARCHITECTURE.md
CLICLI_REFERENCE.md
SDK / translatorssdk/README.md

If you need an engineer

NeedGo to
Full command referenceCLI_REFERENCE.md
DevelopersDEVELOPER.md
API / Rust cratescd coelanox && cargo doc --no-deps --open

Documentation home