Tal Ben-Nun
Tal Ben-Nun
Related to #1884 (and will be resolved by it?) @phschaad let’s add this as a test
I agree. This should be possible to implement in a nicer way with the instrumentation API, instrumenting the SDFG (or a state, or a group of maps etc.) with, e.g.,...
Will be tested in #1711 Update: This issue will not be fixed in the above PR. It is a bit more involved in the sense that a work-stealing schedule adapts...
which frontend is this referring to? The title does not specify.
My big question is: why? I would also echo Timo’s comment asking why this is not an sdfg utils API call like nest_sdfg_subgraph
`PruneSymbols` should remove symbols from symbol_mapping. Constant propagation does not do this because it is an SDFG-local pass (and for SDFGs, symbols in symbol_mapping are external).
What I meant was to try this transformation and seeing if it helps: https://github.com/spcl/dace/blob/main/dace/transformation/dataflow/prune_connectors.py#L92 I think this behavior is by design.
@phschaad FYI
@John-Tenet3 That sounds right. Feel free to post a pull request that changes it.
@alexnick83 Was this fixed?