devitocodes / devito

DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
536 stars 221 forks source link

Revamp generation of Section nodes for Operator profiling #2383

Open FabioLuporini opened 3 weeks ago

FabioLuporini commented 3 weeks ago

The logic is currently spread over multiple layers (stree, iet)

It's also quite chaotic as it currently stands, so we have to rewrite it because in its current form is hardly maintainable, let alone extendible