-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Remove deprecated torch.chain_matmul #70978
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
base: main
Are you sure you want to change the base?
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slowFor more information, please take a look at the CI Flow Wiki. |
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 2d6f4dc (more details on the Dr. CI page):
1 failure not recognized by patterns:
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
@pytorchbot ciflow rerun |
|
@mruberry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Internally I don't see any blocking issues except one tiny thing, I have a separate PR #85032 |
This issue was found after importing #70978 into fbsource.
This issue was found after importing #70978 into fbsource. Pull Request resolved: #85032 Approved by: https://github.com/huydhn
This issue was found after importing #70978 into fbsource. Pull Request resolved: #85032 Approved by: https://github.com/huydhn
|
@linbinyu I see you added Android binary files. This PR removes one function and What's the process of updating these files? |
@linbinyu @IvanYashchuk I'll take care of this. |
|
/easycla As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details. This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign. |
This issue was found after importing #70978 into fbsource. Pull Request resolved: #85032 Approved by: https://github.com/huydhn
|
/easycla |
|
@IvanYashchuk should we revive this? |
|
Definitely! Thanks for the ping, I'll update this and my other PRs. |
|
@kit1980, this problem with Android files persists: #70978 (comment). Assets added in #74947 need to be updated. |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
The time has come to remove deprecated linear algebra related functions. This PR removes
torch.chain_matmul.Previous attempt: #69857.
cc @EikanWang @jgong5 @wenzhe-nrv @sanchitintel @jianyuh @nikitaved @pearu @mruberry @walterddr @xwang233 @lezcano @mcarilli @ptrblck @leslie-fang-intel @IvanYashchuk