spcl / daceml

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

TaskletFusion and Mish example #68

Closed orausch closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 (9df77a4) into master (34c38f6) will decrease coverage by 3.15%. The diff coverage is 88.66%.

:exclamation: Current head 9df77a4 differs from pull request most recent head e7538bd. Consider uploading reports for the commit e7538bd to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   91.75%   88.60%   -3.15%     
==========================================
  Files          43       44       +1     
  Lines        3659     3754      +95     
==========================================
- Hits         3357     3326      -31     
- Misses        302      428     +126     
Impacted Files Coverage Δ
...ml/onnx/op_implementations/pure_implementations.py 82.40% <66.67%> (-0.17%) :arrow_down:
daceml/onnx/op_implementations/utils.py 93.65% <88.89%> (-2.65%) :arrow_down:
daceml/transformation/tasklet_fusion.py 89.16% <89.16%> (ø)
daceml/pytorch/module_codegen.py 98.01% <100.00%> (-0.50%) :arrow_down:
daceml/transformation/__init__.py 100.00% <100.00%> (ø)
daceml/onnx/binary_utilities/op_checker.py 31.58% <0.00%> (-68.42%) :arrow_down:
daceml/transformation/parameter_to_transient.py 24.39% <0.00%> (-48.78%) :arrow_down:
daceml/onnx/environments/onnxruntime.py 68.35% <0.00%> (-18.99%) :arrow_down:
daceml/onnx/nodes/node_codegen.py 73.99% <0.00%> (-15.70%) :arrow_down:
daceml/ort_api/python_bindings.py 82.61% <0.00%> (-9.94%) :arrow_down:
... and 8 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 34c38f6...e7538bd. Read the comment docs.