Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move transient lifetime into OirSDFGBuilder
Transients are added in OirSDFGBuilder, where no array lifetime is configured. After building that SDFG, the lifetime of all transients is manually set to `Persistent` (which is an optimization leading to less frequent memory allocation in case a kernel is called multiple times). In this commit we directly specify the transient's lifetime when building the SDFG.
- Loading branch information