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

Add profiling infra from substation #63

Closed orausch closed 3 years ago

orausch commented 3 years ago

Adds the profiling utilities from substation

codecov[bot] commented 3 years ago

Codecov Report

Merging #63 (5baba7e) into master (d765c20) will decrease coverage by 0.20%. The diff coverage is 66.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   91.62%   91.42%   -0.20%     
==========================================
  Files          43       43              
  Lines        3566     3589      +23     
==========================================
+ Hits         3267     3281      +14     
- Misses        299      308       +9     
Impacted Files Coverage Δ
daceml/pytorch/environments/pytorch_env.py 82.00% <60.87%> (-18.00%) :arrow_down:
daceml/pytorch/__init__.py 100.00% <100.00%> (ø)
daceml/pytorch/environments/__init__.py 100.00% <100.00%> (ø)
daceml/pytorch/module.py 80.92% <100.00%> (ø)

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 d765c20...5baba7e. Read the comment docs.