GiggleLiu / NiLang.jl

A differential eDSL that can run faster than light and go back to the past.
https://giggleliu.github.io/NiLang.jl/dev
Apache License 2.0
250 stars 16 forks source link

Fix complexmul performance #73

Closed GiggleLiu closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #73 (891455f) into master (3398ec1) will decrease coverage by 13.18%. The diff coverage is 90.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #73       +/-   ##
===========================================
- Coverage   83.49%   70.30%   -13.19%     
===========================================
  Files          30       29        -1     
  Lines        1436     1428        -8     
===========================================
- Hits         1199     1004      -195     
- Misses        237      424      +187     
Impacted Files Coverage Δ
src/autodiff/instructs.jl 83.39% <ø> (-0.64%) :arrow_down:
src/complex.jl 66.66% <80.00%> (-1.30%) :arrow_down:
src/instructs.jl 85.26% <100.00%> (-5.95%) :arrow_down:
src/stdlib/bennett.jl 86.27% <100.00%> (ø)
src/precompile.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/autodiff/precompile.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/NiLang.jl 0.00% <0.00%> (-50.00%) :arrow_down:
src/autodiff/vars.jl 69.14% <0.00%> (-7.49%) :arrow_down:
... 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 3398ec1...891455f. Read the comment docs.