Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.41 KB

File metadata and controls

40 lines (29 loc) · 1.41 KB

Architecture Documentation

High-level architectural documentation for Morphogen.

Documents in This Section

Core Morphogen architecture and design principles. Start here to understand how Morphogen's components fit together.

110KB comprehensive document covering the complete domain architecture of Morphogen. This is the definitive reference for understanding:

  • How domains are structured
  • Domain interaction patterns
  • Cross-domain integration
  • Operator composition across domains

GPU execution model and MLIR integration patterns:

  • GPU-first vs device-transparent execution
  • MLIR dialect design
  • Lowering patterns
  • Performance considerations

Morphogen's approach to interactive visualization and real-time rendering.


Related Documentation

Theoretical Foundations:

Practical Implementation:

  • ADRs — Why architectural decisions were made
  • Specifications — Technical specifications
  • Guides — Step-by-step implementation guides

← Back to Documentation Home