dace
dace copied to clipboard
WIP: Split Tiling
- [x] Create split strip-mining transformation
- [x] Create split tiling transformation
- [x] Add suitable tests and validate
Codecov Report
Merging #156 into master will decrease coverage by
24.7%
. The diff coverage is20.13%
.
@@ Coverage Diff @@
## master #156 +/- ##
==========================================
- Coverage 76.64% 51.94% -24.7%
==========================================
Files 110 113 +3
Lines 24084 24536 +452
==========================================
- Hits 18459 12744 -5715
- Misses 5625 11792 +6167
Impacted Files | Coverage Δ | |
---|---|---|
dace/transformation/dataflow/__init__.py | 100% <100%> (ø) |
:arrow_up: |
dace/transformation/dataflow/split_strip_mining.py | 14.29% <14.29%> (ø) |
|
...e/transformation/dataflow/outer_map_duplication.py | 27.55% <27.55%> (ø) |
|
dace/transformation/dataflow/split_tiling.py | 31.25% <31.25%> (ø) |
|
dace/frontend/octave/__init__.py | 0% <0%> (-100%) |
:arrow_down: |
dace/frontend/tensorflow/__init__.py | 0% <0%> (-100%) |
:arrow_down: |
dace/frontend/octave/ast_expression.py | 0% <0%> (-92.23%) |
:arrow_down: |
dace/frontend/octave/ast_matrix.py | 0% <0%> (-91.85%) |
:arrow_down: |
dace/frontend/octave/ast_values.py | 0% <0%> (-86.76%) |
:arrow_down: |
dace/transformation/dataflow/reduce_expansion.py | 15.53% <0%> (-84.47%) |
:arrow_down: |
... and 80 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update dd4969f...4160e75. Read the comment docs.