⚡
DAG-Native Execution
Build pipelines as dependency graphs and execute them with deterministic topological ordering.
A stripped-back GPU runtime focused on DAG execution, multi-stream scheduling, and reusable memory management.
Mini-ImagePipe is intentionally centered on four layers:
Pipeline wires operators together and owns execution entry points.TaskGraph stores the DAG and computes execution order.DAGScheduler maps tasks to CUDA streams and inserts synchronization.MemoryManager pools host/device memory and operator workspace.