dace icon indicating copy to clipboard operation
dace copied to clipboard

Automatic Loop Parallelization with the Polyhedral Model

Open tobiasholenstein opened this issue 3 years ago • 1 comments

tobiasholenstein avatar Jul 16 '21 21:07 tobiasholenstein

Codecov Report

Merging #793 (227f679) into master (f3cfa42) will decrease coverage by 8.72%. The diff coverage is 43.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #793      +/-   ##
==========================================
- Coverage   85.15%   76.43%   -8.72%     
==========================================
  Files         233      233              
  Lines       42373    42370       -3     
==========================================
- Hits        36081    32382    -3699     
- Misses       6292     9988    +3696     
Impacted Files Coverage Δ
dace/symbolic.py 73.90% <35.71%> (-3.77%) :arrow_down:
dace/properties.py 74.72% <100.00%> (-0.12%) :arrow_down:
dace/codegen/targets/intel_fpga.py 12.95% <0.00%> (-77.85%) :arrow_down:
dace/transformation/auto/fpga.py 19.35% <0.00%> (-77.42%) :arrow_down:
dace/libraries/standard/nodes/gearbox.py 23.08% <0.00%> (-73.85%) :arrow_down:
dace/transformation/dataflow/warp_tiling.py 24.68% <0.00%> (-71.43%) :arrow_down:
dace/codegen/instrumentation/gpu_events.py 17.31% <0.00%> (-64.42%) :arrow_down:
dace/codegen/targets/rtl.py 29.72% <0.00%> (-60.85%) :arrow_down:
...e/transformation/subgraph/gpu_persistent_fusion.py 16.00% <0.00%> (-60.67%) :arrow_down:
dace/transformation/dataflow/streaming_memory.py 25.44% <0.00%> (-59.93%) :arrow_down:
... and 91 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 f3cfa42...227f679. Read the comment docs.

codecov[bot] avatar Aug 14 '21 17:08 codecov[bot]