Skip to content

SMT Stack BackendWorkflows

Florian Deconinck edited this page May 6, 2024 · 3 revisions

Backend workflows

GT vs Orchestration

There's two main worfklows for the backend depending on which model code is targeted for transpiling: stencils (a.k.a GridTools, a.k.a GT) and full program optimizer (a.k.a orchestration).

The orchestration workflows wraps the GT workflow and extend transpiling to the python code in-between the stencils.

GridTools (GT) workflow GridTools workflow from model code

Orchestreation workflow Orchestration workflow from model code

Clone this wiki locally