-
Notifications
You must be signed in to change notification settings - Fork 24.1k
MPS Fixes: copy operations, addmm and baddmm #77791
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
Conversation
🔗 Helpful links
❌ 3 New FailuresAs of commit 00c9d8e (more details on the Dr. CI page): Expand to see more
🕵️ 3 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
test/test_mps.py
Outdated
from torch.nn import Parameter | ||
from torch.testing._internal.common_utils import run_tests, TestCase, download_file, TEST_WITH_UBSAN | ||
import torch.backends.mps | ||
from torch.distributions import (Uniform) | ||
from scipy import stats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think scipy is a dependency in the CI.
You can use TEST_SCIPY
from common_utils
to know if you should run tests requiring scipy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM
meta test failures are from master. |
@pytorchbot merge this please |
Hey @kulinseth. |
Summary: Fixes for the copy operations and GEMM operations on MPS backend. Fixes #77819 Pull Request resolved: #77791 Approved by: https://github.com/albanD Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/3d83321b44b3f0c19315c3f646d5601f2a22e2fd Reviewed By: seemethere Differential Revision: D36537834 Pulled By: seemethere fbshipit-source-id: 999203564a6262e03ba7d1988576b80d0884d733
Fixes for the copy operations and GEMM operations on MPS backend.
Fixes #77819