Skip to content

Commit

Permalink
chore: revert version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jul 29, 2024
1 parent b9220f6 commit 59402fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Lux"
uuid = "b2108857-7c20-44ae-9111-449ecde12c47"
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
version = "0.5.63"
version = "0.5.62"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down

3 comments on commit 59402fe

@avik-pal
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/111979

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.62 -m "<description of version>" 59402fe726a88e20bd80f31cb408c02c8581b7af
git push origin v0.5.62

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

Benchmark suite Current: 59402fe Previous: b9220f6 Ratio
Dense(2 => 2)/cpu/reverse/ReverseDiff (compiled)/(2, 128) 3654.375 ns 3581.1111111111113 ns 1.02
Dense(2 => 2)/cpu/reverse/Zygote/(2, 128) 7423.833333333333 ns 7292.142857142857 ns 1.02
Dense(2 => 2)/cpu/reverse/Tracker/(2, 128) 20889 ns 20097 ns 1.04
Dense(2 => 2)/cpu/reverse/ReverseDiff/(2, 128) 9879 ns 9631.333333333334 ns 1.03
Dense(2 => 2)/cpu/reverse/Flux/(2, 128) 9033 ns 8833.166666666668 ns 1.02
Dense(2 => 2)/cpu/reverse/SimpleChains/(2, 128) 4503.375 ns 4240.222222222223 ns 1.06
Dense(2 => 2)/cpu/reverse/Enzyme/(2, 128) 4685 ns 4509.625 ns 1.04
Dense(2 => 2)/cpu/forward/NamedTuple/(2, 128) 1129.4184397163122 ns 1110.0727272727272 ns 1.02
Dense(2 => 2)/cpu/forward/ComponentArray/(2, 128) 1183.8444444444444 ns 1190.345864661654 ns 0.99
Dense(2 => 2)/cpu/forward/Flux/(2, 128) 1806.017543859649 ns 1772.3186813186812 ns 1.02
Dense(2 => 2)/cpu/forward/SimpleChains/(2, 128) 180.11344537815125 ns 179.93900709219858 ns 1.00
Dense(20 => 20)/cpu/reverse/ReverseDiff (compiled)/(20, 128) 17302 ns 17152 ns 1.01
Dense(20 => 20)/cpu/reverse/Zygote/(20, 128) 17042 ns 16911.5 ns 1.01
Dense(20 => 20)/cpu/reverse/Tracker/(20, 128) 36989 ns 36158 ns 1.02
Dense(20 => 20)/cpu/reverse/ReverseDiff/(20, 128) 29144 ns 28623 ns 1.02
Dense(20 => 20)/cpu/reverse/Flux/(20, 128) 21400 ns 19917 ns 1.07
Dense(20 => 20)/cpu/reverse/SimpleChains/(20, 128) 17453 ns 17112 ns 1.02
Dense(20 => 20)/cpu/reverse/Enzyme/(20, 128) 25457 ns 25227 ns 1.01
Dense(20 => 20)/cpu/forward/NamedTuple/(20, 128) 3867.8125 ns 3810.875 ns 1.01
Dense(20 => 20)/cpu/forward/ComponentArray/(20, 128) 3941.125 ns 3894.75 ns 1.01
Dense(20 => 20)/cpu/forward/Flux/(20, 128) 4884.928571428572 ns 4668.714285714285 ns 1.05
Dense(20 => 20)/cpu/forward/SimpleChains/(20, 128) 1651.1 ns 1660.1 ns 0.99
Conv((3, 3), 3 => 3)/cpu/reverse/ReverseDiff (compiled)/(64, 64, 3, 128) 38881796 ns 40386360 ns 0.96
Conv((3, 3), 3 => 3)/cpu/reverse/Zygote/(64, 64, 3, 128) 58827311 ns 58048752.5 ns 1.01
Conv((3, 3), 3 => 3)/cpu/reverse/Tracker/(64, 64, 3, 128) 67404189 ns 77355434.5 ns 0.87
Conv((3, 3), 3 => 3)/cpu/reverse/ReverseDiff/(64, 64, 3, 128) 90726308 ns 92098201 ns 0.99
Conv((3, 3), 3 => 3)/cpu/reverse/Flux/(64, 64, 3, 128) 72685526 ns 77638697.5 ns 0.94
Conv((3, 3), 3 => 3)/cpu/reverse/SimpleChains/(64, 64, 3, 128) 12054419 ns 11425372 ns 1.06
Conv((3, 3), 3 => 3)/cpu/reverse/Enzyme/(64, 64, 3, 128) 88616409 ns 85055575 ns 1.04
Conv((3, 3), 3 => 3)/cpu/forward/NamedTuple/(64, 64, 3, 128) 7678423 ns 7652453 ns 1.00
Conv((3, 3), 3 => 3)/cpu/forward/ComponentArray/(64, 64, 3, 128) 7587021 ns 7558022 ns 1.00
Conv((3, 3), 3 => 3)/cpu/forward/Flux/(64, 64, 3, 128) 10033851 ns 11380260.5 ns 0.88
Conv((3, 3), 3 => 3)/cpu/forward/SimpleChains/(64, 64, 3, 128) 6401934.5 ns 6370135 ns 1.00
vgg16/cpu/reverse/Zygote/(32, 32, 3, 16) 695594050 ns 684722763.5 ns 1.02
vgg16/cpu/reverse/Zygote/(32, 32, 3, 64) 2591199265 ns 2540907547 ns 1.02
vgg16/cpu/reverse/Zygote/(32, 32, 3, 2) 145450054 ns 144208938 ns 1.01
vgg16/cpu/reverse/Tracker/(32, 32, 3, 16) 856061822 ns 892561377 ns 0.96
vgg16/cpu/reverse/Tracker/(32, 32, 3, 64) 2884249763 ns 2997851620 ns 0.96
vgg16/cpu/reverse/Tracker/(32, 32, 3, 2) 246325046.5 ns 214273209 ns 1.15
vgg16/cpu/reverse/Flux/(32, 32, 3, 16) 714210079 ns 699542143 ns 1.02
vgg16/cpu/reverse/Flux/(32, 32, 3, 64) 2711805409 ns 2629980619 ns 1.03
vgg16/cpu/reverse/Flux/(32, 32, 3, 2) 127679277 ns 144936446 ns 0.88
vgg16/cpu/forward/NamedTuple/(32, 32, 3, 16) 172995580.5 ns 184361572.5 ns 0.94
vgg16/cpu/forward/NamedTuple/(32, 32, 3, 64) 651366871 ns 637309089 ns 1.02
vgg16/cpu/forward/NamedTuple/(32, 32, 3, 2) 45176285.5 ns 34506797 ns 1.31
vgg16/cpu/forward/ComponentArray/(32, 32, 3, 16) 164593550 ns 162603795 ns 1.01
vgg16/cpu/forward/ComponentArray/(32, 32, 3, 64) 640463071 ns 630593315.5 ns 1.02
vgg16/cpu/forward/ComponentArray/(32, 32, 3, 2) 30093452 ns 29861420 ns 1.01
vgg16/cpu/forward/Flux/(32, 32, 3, 16) 204835624 ns 209144364.5 ns 0.98
vgg16/cpu/forward/Flux/(32, 32, 3, 64) 720482648.5 ns 768864654.5 ns 0.94
vgg16/cpu/forward/Flux/(32, 32, 3, 2) 35672885 ns 35686603.5 ns 1.00
Conv((3, 3), 64 => 64)/cpu/reverse/ReverseDiff (compiled)/(64, 64, 64, 128) 1309190313 ns 1233165049.5 ns 1.06
Conv((3, 3), 64 => 64)/cpu/reverse/Zygote/(64, 64, 64, 128) 1883793155 ns 1847279770.5 ns 1.02
Conv((3, 3), 64 => 64)/cpu/reverse/Tracker/(64, 64, 64, 128) 2353304817 ns 2337901195 ns 1.01
Conv((3, 3), 64 => 64)/cpu/reverse/ReverseDiff/(64, 64, 64, 128) 2438276652 ns 2493177116 ns 0.98
Conv((3, 3), 64 => 64)/cpu/reverse/Flux/(64, 64, 64, 128) 1867266298 ns 1895219376.5 ns 0.99
Conv((3, 3), 64 => 64)/cpu/reverse/Enzyme/(64, 64, 64, 128) 2034616539 ns 2098569612 ns 0.97
Conv((3, 3), 64 => 64)/cpu/forward/NamedTuple/(64, 64, 64, 128) 335394624.5 ns 327876125 ns 1.02
Conv((3, 3), 64 => 64)/cpu/forward/ComponentArray/(64, 64, 64, 128) 332856663 ns 322956041 ns 1.03
Conv((3, 3), 64 => 64)/cpu/forward/Flux/(64, 64, 64, 128) 459008363 ns 374715425 ns 1.22
Conv((3, 3), 1 => 1)/cpu/reverse/ReverseDiff (compiled)/(64, 64, 1, 128) 11905264.5 ns 11777394 ns 1.01
Conv((3, 3), 1 => 1)/cpu/reverse/Zygote/(64, 64, 1, 128) 18205658.5 ns 17874850 ns 1.02
Conv((3, 3), 1 => 1)/cpu/reverse/Tracker/(64, 64, 1, 128) 19288136 ns 18840163 ns 1.02
Conv((3, 3), 1 => 1)/cpu/reverse/ReverseDiff/(64, 64, 1, 128) 23962152.5 ns 23632391 ns 1.01
Conv((3, 3), 1 => 1)/cpu/reverse/Flux/(64, 64, 1, 128) 18014189 ns 17747023 ns 1.02
Conv((3, 3), 1 => 1)/cpu/reverse/SimpleChains/(64, 64, 1, 128) 1167993 ns 1147621 ns 1.02
Conv((3, 3), 1 => 1)/cpu/reverse/Enzyme/(64, 64, 1, 128) 23074801.5 ns 22618101.5 ns 1.02
Conv((3, 3), 1 => 1)/cpu/forward/NamedTuple/(64, 64, 1, 128) 2441973 ns 2284871 ns 1.07
Conv((3, 3), 1 => 1)/cpu/forward/ComponentArray/(64, 64, 1, 128) 2232336 ns 2208200.5 ns 1.01
Conv((3, 3), 1 => 1)/cpu/forward/Flux/(64, 64, 1, 128) 2074976 ns 2053872.5 ns 1.01
Conv((3, 3), 1 => 1)/cpu/forward/SimpleChains/(64, 64, 1, 128) 199804 ns 196797 ns 1.02
Dense(200 => 200)/cpu/reverse/ReverseDiff (compiled)/(200, 128) 293199.5 ns 289761 ns 1.01
Dense(200 => 200)/cpu/reverse/Zygote/(200, 128) 266209 ns 263362 ns 1.01
Dense(200 => 200)/cpu/reverse/Tracker/(200, 128) 370003 ns 361575 ns 1.02
Dense(200 => 200)/cpu/reverse/ReverseDiff/(200, 128) 411882 ns 403684 ns 1.02
Dense(200 => 200)/cpu/reverse/Flux/(200, 128) 275706.5 ns 271066 ns 1.02
Dense(200 => 200)/cpu/reverse/SimpleChains/(200, 128) 409858 ns 402932.5 ns 1.02
Dense(200 => 200)/cpu/reverse/Enzyme/(200, 128) 396372 ns 393309 ns 1.01
Dense(200 => 200)/cpu/forward/NamedTuple/(200, 128) 81443 ns 80280 ns 1.01
Dense(200 => 200)/cpu/forward/ComponentArray/(200, 128) 82123 ns 80751 ns 1.02
Dense(200 => 200)/cpu/forward/Flux/(200, 128) 87013 ns 85429 ns 1.02
Dense(200 => 200)/cpu/forward/SimpleChains/(200, 128) 104516 ns 105027 ns 1.00
Conv((3, 3), 16 => 16)/cpu/reverse/ReverseDiff (compiled)/(64, 64, 16, 128) 197115275 ns 198991930 ns 0.99
Conv((3, 3), 16 => 16)/cpu/reverse/Zygote/(64, 64, 16, 128) 331248547.5 ns 326171871 ns 1.02
Conv((3, 3), 16 => 16)/cpu/reverse/Tracker/(64, 64, 16, 128) 427260324 ns 414427316.5 ns 1.03
Conv((3, 3), 16 => 16)/cpu/reverse/ReverseDiff/(64, 64, 16, 128) 483420905 ns 433879078.5 ns 1.11
Conv((3, 3), 16 => 16)/cpu/reverse/Flux/(64, 64, 16, 128) 386517355 ns 409918522 ns 0.94
Conv((3, 3), 16 => 16)/cpu/reverse/SimpleChains/(64, 64, 16, 128) 338431242 ns 316295915 ns 1.07
Conv((3, 3), 16 => 16)/cpu/reverse/Enzyme/(64, 64, 16, 128) 469112435 ns 494850601.5 ns 0.95
Conv((3, 3), 16 => 16)/cpu/forward/NamedTuple/(64, 64, 16, 128) 47409570 ns 47336289 ns 1.00
Conv((3, 3), 16 => 16)/cpu/forward/ComponentArray/(64, 64, 16, 128) 46895813 ns 46607692 ns 1.01
Conv((3, 3), 16 => 16)/cpu/forward/Flux/(64, 64, 16, 128) 56448294.5 ns 57048314.5 ns 0.99
Conv((3, 3), 16 => 16)/cpu/forward/SimpleChains/(64, 64, 16, 128) 28438815 ns 27300249 ns 1.04
Dense(2000 => 2000)/cpu/reverse/ReverseDiff (compiled)/(2000, 128) 19130483.5 ns 18698468.5 ns 1.02
Dense(2000 => 2000)/cpu/reverse/Zygote/(2000, 128) 19606525 ns 19451830 ns 1.01
Dense(2000 => 2000)/cpu/reverse/Tracker/(2000, 128) 23552054 ns 22994195 ns 1.02
Dense(2000 => 2000)/cpu/reverse/ReverseDiff/(2000, 128) 24232581.5 ns 24000007.5 ns 1.01
Dense(2000 => 2000)/cpu/reverse/Flux/(2000, 128) 19724625 ns 19548054 ns 1.01
Dense(2000 => 2000)/cpu/reverse/Enzyme/(2000, 128) 20980827 ns 20691287 ns 1.01
Dense(2000 => 2000)/cpu/forward/NamedTuple/(2000, 128) 6536465 ns 6468799 ns 1.01
Dense(2000 => 2000)/cpu/forward/ComponentArray/(2000, 128) 6533604 ns 6436489.5 ns 1.02
Dense(2000 => 2000)/cpu/forward/Flux/(2000, 128) 6545116 ns 6460534 ns 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.