topic: compute
9 modules sharing the compute name family (derived from the tree's prefix discipline).
The 'compute' topic family in the Nishi sovereign ecosystem provides foundational tools for executing and verifying compute operations within a modular, typed architecture. nx_compute_graph serves as a typed DAG container for compute nodes, while nx_compute_graph_test ensures end-to-end shape verification. nx_compute_ladder establishes the AI/research-engine foundation by grounding compute in GENEALOGIST physics, enabling scalable and safe execution through layered optimizations.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_compute_census.nx | the COMPUTE-DEVICE EXCEED census = "S-class exceed for ANY DEVICE" instrument | 115 | 8 |
| nx_compute_graph.nx | typed DAG container for compute nodes. | 293 | 8 |
| nx_compute_graph_test.nx | typed DAG end-to-end shape verification. | 220 | 1 |
| nx_compute_ladder.nx | GENEALOGIST physics grade for COMPUTE (the AI/research-engine foundation). | 104 | 6 |
| nx_compute_mt.nx | walking up the COMPUTE wall toward physics: MULTICORE matmul (the ~20x lever). | 94 | 4 |
| nx_compute_node.nx | typed compute node, foundation of the | 326 | 13 |
| nx_compute_opt2.nx | compute wall, step 2: stack the SAFE levers (cache locality + more cores). | 95 | 5 |
| nx_compute_runner.nx | executes a validated ComputeGraph. | 353 | 14 |
| nx_compute_runner_test.nx | end-to-end loop closure. | 182 | 1 |