spcl / daceml

A Data-Centric Compiler for Machine Learning
https://daceml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 15 forks source link

Update to latest Dace #93

Closed orausch closed 2 years ago

orausch commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #93 (9036495) into master (7891546) will increase coverage by 4.93%. The diff coverage is 83.22%.

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   62.65%   67.58%   +4.93%     
==========================================
  Files          58       58              
  Lines        6900     6870      -30     
==========================================
+ Hits         4323     4643     +320     
+ Misses       2577     2227     -350     
Impacted Files Coverage Δ
daceml/autodiff/implementations/onnx_ops.py 59.67% <ø> (ø)
daceml/autodiff/pytorch.py 100.00% <ø> (ø)
...l/onnx/op_implementations/cudnn_implementations.py 88.67% <ø> (ø)
.../onnx/op_implementations/img_op_implementations.py 67.16% <ø> (+19.78%) :arrow_up:
daceml/pytorch/module.py 86.50% <33.33%> (+9.20%) :arrow_up:
daceml/transformation/replacement.py 23.33% <33.33%> (-0.84%) :arrow_down:
daceml/transformation/einsum_fusion.py 23.66% <45.45%> (-1.34%) :arrow_down:
daceml/transformation/reshape_elimination.py 25.00% <57.14%> (-1.51%) :arrow_down:
daceml/transformation/input_to_constant.py 14.73% <60.00%> (-1.18%) :arrow_down:
daceml/autodiff/utils.py 96.80% <80.00%> (ø)
... and 26 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 7891546...9036495. Read the comment docs.