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

[AutoBump] Merge with fixes of 5077090a (Dec 09) (131) #521

Merged
merged 18 commits into from
Feb 11, 2025

Conversation

mgehre-amd
Copy link
Collaborator

No description provided.

justin-ngo-arm and others added 9 commits December 9, 2024 11:03
* 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]>
Base automatically changed from bump_to_a99e3780 to bump_to_c1892de6 February 10, 2025 12:16
@mgehre-amd mgehre-amd requested a review from jorickert February 10, 2025 12:17
Base automatically changed from bump_to_c1892de6 to feature/backport_ea1_ops February 10, 2025 13:00
@mgehre-amd mgehre-amd merged commit f335d70 into feature/backport_ea1_ops Feb 11, 2025
4 checks passed
@mgehre-amd mgehre-amd deleted the bump_to_5077090a branch February 11, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants