spcl / daceml

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

Custom backward implementations and setup.py fixes #66

Closed tbennun closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #66 (935877b) into master (58dd627) will increase coverage by 3.12%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   88.20%   91.31%   +3.12%     
==========================================
  Files          43       43              
  Lines        3592     3614      +22     
==========================================
+ Hits         3168     3300     +132     
+ Misses        424      314     -110     
Impacted Files Coverage Δ
daceml/autodiff/pytorch.py 95.45% <ø> (ø)
daceml/autodiff/base_abc.py 86.54% <66.67%> (-10.68%) :arrow_down:
daceml/autodiff/implementations/dace_nodes.py 97.50% <100.00%> (ø)
daceml/onnx/nodes/onnx_op.py 94.18% <100.00%> (+0.13%) :arrow_up:
daceml/onnx/onnx_importer.py 95.14% <0.00%> (+0.40%) :arrow_up:
daceml/onnx/schema.py 95.56% <0.00%> (+0.74%) :arrow_up:
daceml/pytorch/module_codegen.py 96.30% <0.00%> (+0.93%) :arrow_up:
daceml/autodiff/backward_pass_generator.py 92.78% <0.00%> (+1.14%) :arrow_up:
daceml/pytorch/dlpack.py 94.94% <0.00%> (+1.27%) :arrow_up:
daceml/onnx/op_implementations/utils.py 96.30% <0.00%> (+1.85%) :arrow_up:
... and 7 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 58dd627...935877b. Read the comment docs.