jatinchowdhury18 / RTNeural

Real-time neural network inferencing
BSD 3-Clause "New" or "Revised" License
551 stars 57 forks source link

Performance optimizations for XSIMD layers #64

Closed jatinchowdhury18 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #64 (211234a) into main (885256f) will decrease coverage by 0.59%. The diff coverage is n/a.

:exclamation: Current head 211234a differs from pull request most recent head 577ff95. Consider uploading reports for the commit 577ff95 to get more accurate results

@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
- Coverage   96.36%   95.76%   -0.60%     
==========================================
  Files          29       21       -8     
  Lines        2064     1370     -694     
==========================================
- Hits         1989     1312     -677     
+ Misses         75       58      -17     
Impacted Files Coverage Δ
RTNeural/common.h 100.00% <ø> (+6.45%) :arrow_up:
RTNeural/ModelT.h 86.27% <0.00%> (-0.65%) :arrow_down:
RTNeural/activation/activation_xsimd.h
RTNeural/dense/dense_xsimd.h
RTNeural/gru/gru_xsimd.h
RTNeural/gru/gru_xsimd.tpp
RTNeural/lstm/lstm_xsimd.h
RTNeural/lstm/lstm_xsimd.tpp
RTNeural/conv1d/conv1d_xsimd.tpp
RTNeural/conv1d/conv1d_xsimd.h
... and 1 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 885256f...577ff95. Read the comment docs.