Philipp Schaad

Results 51 issues of Philipp Schaad

This PR adapts code generation to make use of hierarchical control flow regions, and by extension `LoopRegion`s. This forms the fourth core element of the [plan to make loops first...

enhancement
codegen
core

When generating code for an SDFG with a single for loop containing a continue statement, codegen generates an infinite loop by inserting a wrongful goto in place of a continue...

bug
codegen
critical

This PR completes the transition to hierarchical control flow regions in SDFGs. All passes and transformations currently in main DaCe have been adjusted to work with these hierarchical constructs such...