dace icon indicating copy to clipboard operation
dace copied to clipboard

WIP: Split Tiling

Open alexnick83 opened this issue 4 years ago • 1 comments

  • [x] Create split strip-mining transformation
  • [x] Create split tiling transformation
  • [x] Add suitable tests and validate

alexnick83 avatar Feb 29 '20 22:02 alexnick83

Codecov Report

Merging #156 into master will decrease coverage by 24.7%. The diff coverage is 20.13%.

Impacted file tree graph

@@            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.

codecov[bot] avatar Mar 01 '20 16:03 codecov[bot]