Closed philip-paul-mueller closed 1 month ago
It turned out that working with the CompiledSDFG is quite cumbersome as it must be imported using the whole path. This PR adds imports in the dace.codegen (which is fully empty) and dace namespace.
CompiledSDFG
dace.codegen
dace
It turned out that working with the
CompiledSDFG
is quite cumbersome as it must be imported using the whole path. This PR adds imports in thedace.codegen
(which is fully empty) anddace
namespace.