Decrement patch version 0.7#254
Merged
Merged
Conversation
Contributor
|
AdvancedVI.jl documentation for PR #254 is available at: |
Contributor
There was a problem hiding this comment.
Benchmark Results
Details
| Benchmark suite | Current: 9f9ef24 | Previous: 274fea8 | Ratio |
|---|---|---|---|
normal/RepGradELBO/fullrank/Mooncake |
555133599 ns |
414093769 ns |
1.34 |
normal/RepGradELBO/fullrank/ReverseDiff |
586590605 ns |
541325158 ns |
1.08 |
normal/RepGradELBO/fullrank/Zygote |
1070124113 ns |
842543883 ns |
1.27 |
normal/RepGradELBO/meanfield/Mooncake |
177216227 ns |
150539031.5 ns |
1.18 |
normal/RepGradELBO/meanfield/ReverseDiff |
300650772 ns |
286524372.5 ns |
1.05 |
normal/RepGradELBO/meanfield/Zygote |
1561091374.5 ns |
1263144298.5 ns |
1.24 |
normal/RepGradELBO + STL/fullrank/Mooncake |
671303627.5 ns |
494583850 ns |
1.36 |
normal/RepGradELBO + STL/fullrank/ReverseDiff |
1141701491 ns |
1111692398 ns |
1.03 |
normal/RepGradELBO + STL/fullrank/Zygote |
2042001459 ns |
1716339175 ns |
1.19 |
normal/RepGradELBO + STL/meanfield/Mooncake |
256907975 ns |
205687934 ns |
1.25 |
normal/RepGradELBO + STL/meanfield/ReverseDiff |
610036746 ns |
590758039 ns |
1.03 |
normal/RepGradELBO + STL/meanfield/Zygote |
2620127630.5 ns |
2223745613 ns |
1.18 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I mistakenly forgot to release v0.7. As a result, the patch versions have been incrementing without a release. This fixes that.