8000 Fix aqt implementation for aten.mm/aten.addmm fallback path by jerryzh168 · Pull Request #2072 · pytorch/ao · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix aqt implementation for aten.mm/aten.addmm fallback path #2072

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

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

jerryzh168
Copy link
Contributor

Summary:
Previously in try except there was a side effect of transposing weight_tensor, even if the dispatch failed, this could cause errors in the fallback path. This PR fixes it.

Test Plan:
python test/dtypes/test_affine_quantized.py -k test_matmul

Reviewers:

Subscribers:

Tasks:

Tags:

Summary:
Previously in try except there was a side effect of transposing weight_tensor, even if the
dispatch failed, this could cause errors in the fallback path. This PR fixes it.

Test Plan:
python test/dtypes/test_affine_quantized.py -k test_matmul

Reviewers:

Subscribers:

Tasks:

Tags:
Copy link
pytorch-bot bot commented Apr 18, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2072

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit b3d321f with merge base a61e302 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 18, 2025
@jerryzh168 jerryzh168 requested a review from andrewor14 April 18, 2025 00:17
@jerryzh168 jerryzh168 added the topic: bug fix Use this tag for PRs that fix bugs label Apr 18, 2025
@jerryzh168 jerryzh168 merged commit 9a56a1d into pytorch:main Apr 18, 2025
18 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. topic: bug fix Use this tag for PRs that fix bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0