Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New stack design #59

Merged
merged 4 commits into from
May 11, 2021
Merged

New stack design #59

merged 4 commits into from
May 11, 2021

Conversation

GiggleLiu
Copy link
Owner

With improved performance for scalar, built into the compiler.

@codecov
Copy link

codecov bot commented May 11, 2021

Codecov Report

Merging #59 (83781c4) into master (aba8b80) will decrease coverage by 0.54%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
- Coverage   79.75%   79.21%   -0.55%     
==========================================
  Files          28       28              
  Lines        1245     1227      -18     
==========================================
- Hits          993      972      -21     
- Misses        252      255       +3     
Impacted Files Coverage Δ
src/NiLang.jl 50.00% <ø> (ø)
src/autodiff/autodiff.jl 100.00% <ø> (ø)
src/stdlib/blas.jl 48.88% <37.50%> (-1.12%) ⬇️
src/stdlib/sparse.jl 79.59% <65.00%> (-13.59%) ⬇️
src/autodiff/stack.jl 71.42% <71.42%> (ø)
src/stdlib/nnlib.jl 86.11% <77.77%> (-5.07%) ⬇️
src/instructs.jl 91.02% <93.75%> (+0.70%) ⬆️
src/autodiff/vars.jl 77.57% <100.00%> (+3.65%) ⬆️
src/stdlib/mapreduce.jl 100.00% <100.00%> (ø)
src/stdlib/sorting.jl 100.00% <100.00%> (ø)
... and 3 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 aba8b80...83781c4. Read the comment docs.

@GiggleLiu GiggleLiu merged commit 19b96b2 into master May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant