forked from llvm/torch-mlir
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[AutoBump] Merge with fixes of 5077090a (Dec 09) (131) #521
Merged
Conversation
This file contains 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
* Add int input handling for activation functions like erf, sigmoid, and tanh * Fix mixed dtype handling for scalar comparison ops * Add mixed dtype handling for pow tensor op (with only floating point result type support for now) * Add Torch to TOSA lowering for torch.aten.tan Change-Id: I3a8aa1e6febbc0e39ebdb5734f87ae171b03cd73 Signed-off-by: Justin Ngo <[email protected]>
This commit sets the PyTorch and TorchVision version to nightly release 2024-12-01. This commit also updates the test checks in `test/python/fx_importer/v2.3/auto_functionalized.py`. Failing tests are tracked through llvm#3796. --------- Signed-off-by: Vivek Khandelwal <[email protected]>
This pins and updates most actions. The PR is limited to those actions that seem actively maintained and updated. The actions left unpined should be reevaluated and eventually replaced with other actions. The rational for pinning actions is to follow the suggestions by OpenSSF Scorecard, see https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies.
While `ubuntu-latest` uses Ubuntu 22.04 for now, thils will change soon (rollout already started), see actions/runner-images#10636. The version can be updated from 22.04 to 24.04 in a follow up.
This replaces the `actions/create-release` with `ncipollo/release-action` as the former is unmaintained.
This commit adds the support for torch.aten.special.expm1 op by decomposing it into torch.aten.expm1 op. --------- Signed-off-by: Vivek Khandelwal <[email protected]>
[AutoBump] Merge with d0a3cb4 (Dec 10) (132)
Base automatically changed from
bump_to_c1892de6
to
feature/backport_ea1_ops
February 10, 2025 13:00
jorickert
approved these changes
Feb 10, 2025
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.
No description provided.