Skip to content

Commit

Permalink
chore: bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Oct 6, 2024
1 parent 6e89952 commit babfa2f
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 = "Reactant"
uuid = "3c362404-f566-11ee-1572-e11a4b42c853"
authors = ["William Moses <wmoses@mit.edu>", "Valentin Churavy <vchuravy@mit.edu>", "Sergio Sánchez Ramírez <sergio.sanchez.ramirez@bsc.es>", "Paul Berg <paul@plutojl.org>"]
version = "0.2.2"
version = "0.2.3"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down

3 comments on commit babfa2f

@avik-pal
Copy link
Collaborator 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/116719

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.2.3 -m "<description of version>" babfa2ffcd02afe6b97bf3250caa33d8d09de19b
git push origin v0.2.3

@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.

Reactant.jl Benchmarks

Benchmark suite Current: babfa2f Previous: 6e89952 Ratio
ViT base (256 x 256 x 3 x 32)/forward/CUDA/Reactant 1332320696 ns 1325630083 ns 1.01
ViT base (256 x 256 x 3 x 32)/forward/CUDA/Lux 227642603 ns 217828012 ns 1.05
ViT base (256 x 256 x 3 x 32)/forward/CPU/Reactant 5335100365 ns 6953042665 ns 0.77
ViT base (256 x 256 x 3 x 32)/forward/CPU/Lux 13923447717 ns 19834605771 ns 0.70
ViT small (256 x 256 x 3 x 4)/forward/CUDA/Reactant 1316736699.5 ns 1251065036 ns 1.05
ViT small (256 x 256 x 3 x 4)/forward/CUDA/Lux 8429763.5 ns 8303675 ns 1.02
ViT small (256 x 256 x 3 x 4)/forward/CPU/Reactant 1623537344.5 ns 1644888663 ns 0.99
ViT small (256 x 256 x 3 x 4)/forward/CPU/Lux 2861216622 ns 3346211607.5 ns 0.86
ViT tiny (256 x 256 x 3 x 32)/forward/CUDA/Reactant 1322466226.5 ns 1268605475.5 ns 1.04
ViT tiny (256 x 256 x 3 x 32)/forward/CUDA/Lux 92359736 ns 91911558 ns 1.00
ViT tiny (256 x 256 x 3 x 32)/forward/CPU/Reactant 2131612752 ns 2175800720 ns 0.98
ViT tiny (256 x 256 x 3 x 32)/forward/CPU/Lux 5865040182.5 ns 5163881653 ns 1.14
ViT tiny (256 x 256 x 3 x 4)/forward/CUDA/Reactant 1307662641.5 ns 1305929899 ns 1.00
ViT tiny (256 x 256 x 3 x 4)/forward/CUDA/Lux 7432819 ns 8108212 ns 0.92
ViT tiny (256 x 256 x 3 x 4)/forward/CPU/Reactant 1467758920 ns 1478744083.5 ns 0.99
ViT tiny (256 x 256 x 3 x 4)/forward/CPU/Lux 1560090503.5 ns 1501162607 ns 1.04
ViT tiny (256 x 256 x 3 x 16)/forward/CUDA/Reactant 1302764583 ns 1344634647.5 ns 0.97
ViT tiny (256 x 256 x 3 x 16)/forward/CUDA/Lux 11569359 ns 11617967 ns 1.00
ViT tiny (256 x 256 x 3 x 16)/forward/CPU/Reactant 1760726473 ns 1762294312 ns 1.00
ViT tiny (256 x 256 x 3 x 16)/forward/CPU/Lux 3822923609.5 ns 2714323365 ns 1.41
ViT small (256 x 256 x 3 x 16)/forward/CUDA/Reactant 1326375402 ns 1258217588 ns 1.05
ViT small (256 x 256 x 3 x 16)/forward/CUDA/Lux 91537054 ns 85973438 ns 1.06
ViT small (256 x 256 x 3 x 16)/forward/CPU/Reactant 2202666488.5 ns 2223618180 ns 0.99
ViT small (256 x 256 x 3 x 16)/forward/CPU/Lux 3885854683 ns 4021036919 ns 0.97
ViT small (256 x 256 x 3 x 32)/forward/CUDA/Reactant 1296753848.5 ns 1322735409 ns 0.98
ViT small (256 x 256 x 3 x 32)/forward/CUDA/Lux 115901535 ns 115423826 ns 1.00
ViT small (256 x 256 x 3 x 32)/forward/CPU/Reactant 3060865793 ns 2991911664 ns 1.02
ViT small (256 x 256 x 3 x 32)/forward/CPU/Lux 5422475355 ns 15616144600 ns 0.35
ViT base (256 x 256 x 3 x 16)/forward/CUDA/Reactant 1357473731 ns 1316851458 ns 1.03
ViT base (256 x 256 x 3 x 16)/forward/CUDA/Lux 128651601.5 ns 128824702.5 ns 1.00
ViT base (256 x 256 x 3 x 16)/forward/CPU/Reactant 3799896887 ns 3240917788 ns 1.17
ViT base (256 x 256 x 3 x 16)/forward/CPU/Lux 9419165654 ns 6435316514 ns 1.46
ViT base (256 x 256 x 3 x 4)/forward/CUDA/Reactant 1356160172 ns 1330411921 ns 1.02
ViT base (256 x 256 x 3 x 4)/forward/CUDA/Lux 92550180 ns 83811390 ns 1.10
ViT base (256 x 256 x 3 x 4)/forward/CPU/Reactant 2407987798 ns 2022207539.5 ns 1.19
ViT base (256 x 256 x 3 x 4)/forward/CPU/Lux 2697762090 ns 2432459556.5 ns 1.11

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

Please sign in to comment.