Remove the flag on SDFGs indicating the use of nested control flow regions
Open
- Dominant language
- Python
- Stars
- 593
- Forks
- 163
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 60
Description
The `SDFG` class has a field called `using_explicit_control_flow`. Since control flow regions are the norm in DaCe 2.0, one of the steps in this new release is to remove this flag and its associated uses, assuming it is always True.
Contributor guide
Assessment
This issue has not been assessed yet.