Cliff Hodel
Cliff Hodel
This PR includes two things: 1. function `get_reduction_schedule` 2. auto expansion of the reduce node This PR adds the auto expansion to the set of available reduce node expansions. The...
This PR improves SDFG performance evaluation by 1. improving the already existing work-depth analysis for SDFGs, and 2. newly adding the simulated operational intesity analysis for SDFGs. These analyses can...
**Describe the bug** SDFG contains unnecessary intermediate transient. Might be an issue with the Python frontend. **To Reproduce** Steps to reproduce the behavior: 1. Run the following Python code: ```Python...