Iteration Order of `CopyToMap`
Open
- Dominant language
- Python
- Stars
- 593
- Forks
- 163
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 60
Description
`CopyToMap` is called by the code generator to get rid of some Memlets.
However, this happens very late where no further manipulation of the SDFG is possible.
Thus, the iteration order of these Maps are not optimal.
Sometimes it even can not be launched, because there are limits how many blocks the dimensions can have.
Contributor guide
Assessment
This issue has not been assessed yet.