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

Bump rten-tensor from 0.13.1 to 0.15.1 #1

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps rten-tensor from 0.13.1 to 0.15.1.

Changelog

Sourced from rten-tensor's changelog.

[0.15.1] - 2025-01-06

rten

rten-cli

[0.15.0] - 2024-12-28

rten

  • Fuse and vectorize Swish activation function used in CLIP and other models (robertknight/rten#493).

  • Avoid redundant zeroing of output buffer in Gather operator (robertknight/rten#492)

  • Fuse MatMul + Mul or Div by constant on either inputs or outputs (robertknight/rten#487, robertknight/rten#489). In Transformers this occurs in the context of Scaled Dot Product Attention.

  • Fix panic if Model::run is passed an input or output node ID which refers to an operator node rather than a value or constant node

... (truncated)

Commits
  • 16932ae chore: Release
  • 632eefa Update change log
  • e23d6c7 Merge pull request #519 from robertknight/refactor-im2col
  • 51c95a4 Add a basic test for im2col gemm inputs
  • 8870e58 Clamp generated image offsets in Im2Col::pack_block
  • 6601cf8 Make im2col packing part of the gemm module
  • 4587571 Add SimdInt::{min, max}
  • 2cd82d3 Merge pull request #518 from robertknight/avx512-gemm-tweaks
  • 12a4907 Use more aggressive approach to unrolling in simd_gemm
  • d85c66b Merge pull request #517 from robertknight/warn-once-per-dim-name
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rten-tensor](https://github.com/robertknight/rten) from 0.13.1 to 0.15.1.
- [Changelog](https://github.com/robertknight/rten/blob/main/CHANGELOG.md)
- [Commits](robertknight/rten@rten-tensor-v0.13.1...rten-tensor-v0.15.1)

---
updated-dependencies:
- dependency-name: rten-tensor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
Copy link

@llamapreview llamapreview bot left a comment

Choose a reason for hiding this comment

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

Auto Pull Request Review from LlamaPReview

Review Status: Automated Review Skipped

Dear contributor,

Thank you for your Pull Request. LlamaPReview has analyzed your changes and determined that this PR does not require an automated code review.

Analysis Result:

PR contains only dependency version updates and does not introduce any functional, security, or performance changes, requiring no automated code review

We're continuously improving our PR analysis capabilities. Have thoughts on when and how LlamaPReview should perform automated reviews? Share your insights in our GitHub Discussions.

Best regards,
LlamaPReview Team

@guylamar2006 guylamar2006 merged commit a436d47 into master Jan 13, 2025
6 checks passed
@guylamar2006 guylamar2006 deleted the dependabot/cargo/rten-tensor-0.15.1 branch January 13, 2025 02:36
@guylamar2006 guylamar2006 restored the dependabot/cargo/rten-tensor-0.15.1 branch January 13, 2025 02:44
@guylamar2006
Copy link
Owner

@dependabot merge

Copy link
Author

dependabot bot commented on behalf of github Jan 13, 2025

This PR has already been merged! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant