Skip to content

Issues: pytorch/pytorch

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

[MPS] Typo in error message for supported autocast type module: error checking Bugs related to incorrect/lacking error checking module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#139190 opened Oct 29, 2024 by hvaara
cpu faster than mps for both GRUCell and LSTMCell on apple silicon M3 max: MPS Metal module: mps Related to Apple Metal Performance Shaders framework module: performance Issues related to performance, either of kernel code or framework glue triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#138898 opened Oct 25, 2024 by thegodone
Release 2.5.1 validations checklist and cherry-picks oncall: releng In support of CI and Release Engineering
#138876 opened Oct 25, 2024 by kit1980
8 tasks done
2.5.1
Crash on Apple MPS (M2) when inverting large matrix high priority module: crash Problem manifests as a hard crash, as opposed to a RuntimeError module: linear algebra Issues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmul module: mps Related to Apple Metal Performance Shaders framework module: third_party triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#138200 opened Oct 17, 2024 by siemenherremans-idlab
Faster dropout (aten.bernoulli) on cpu module: mps Related to Apple Metal Performance Shaders framework module: performance Issues related to performance, either of kernel code or framework glue triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#138199 opened Oct 17, 2024 by thegodone
Network training silently fails with MPS backend module: correctness (silent) issue that returns an incorrect result silently module: mps Related to Apple Metal Performance Shaders framework needs reproduction Someone else needs to try reproducing the issue given the instructions. No action needed from user triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#137964 opened Oct 15, 2024 by UjasShah
BUG: MPS backend matmul with empty tensor module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#137406 opened Oct 6, 2024 by tylerjereddy
BCE loss mps device module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#137001 opened Sep 30, 2024 by mbelotti-nuk
The MPS Backend sometimes samples outside of distribution domain with multinomial module: correctness (silent) issue that returns an incorrect result silently module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#136623 opened Sep 25, 2024 by HEmile
Segmentaion fault on Apple M1 caused by libomp on v2.4.1 module: crash Problem manifests as a hard crash, as opposed to a RuntimeError module: macos Mac OS related issues module: openmp Related to OpenMP (omp) support in PyTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#136217 opened Sep 17, 2024 by adriantabirta
[MPS] Inconsistent performance issues module: mps Related to Apple Metal Performance Shaders framework module: performance Issues related to performance, either of kernel code or framework glue triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#136003 opened Sep 13, 2024 by hvaara
[MPS] Correctness issue in backward pass of nn.ReplicationPad1d and nn.ReplicationPad2d module: autograd Related to torch.autograd, and the autograd engine in general module: correctness (silent) issue that returns an incorrect result silently module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#135447 opened Sep 8, 2024 by hvaara
Incorrect calculation of standard deviation when using complex numbers on MPS backend module: complex Related to complex number support in PyTorch module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#135210 opened Sep 5, 2024 by corn-m
MiniCPM-V 2.6 transformer model returns nonsense tokens when running on MPS backend vs CPU backend. module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#134534 opened Aug 27, 2024 by fladhak
[MPS] F.interpolate with mode="nearest-exact" differs from expected output module: correctness (silent) issue that returns an incorrect result silently module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#134430 opened Aug 25, 2024 by hvaara
Binary Cross Entropy crashes kernel on apple silicon with singleton dimensions module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#133625 opened Aug 15, 2024 by Derekmod
convolution_overrideable not implemented when executing VAEEncode in ComfyUI module: PrivateUse1 private use triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#133183 opened Aug 11, 2024 by spaetische
MPS clamp_min on older MacOS module: correctness (silent) issue that returns an incorrect result silently module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#133100 opened Aug 9, 2024 by wgifford
Pytorch aten::im2col not currently supported on the MPS backend enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#132711 opened Aug 5, 2024 by plops655
Add support for float8 dtypes for the MPS backend feature A request for a proper, new feature. module: float8 For torch.float8_e5m2 and torch.float8_e4m3 module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#132624 opened Aug 5, 2024 by lisiyizu
[MPS] Memory leak in nn.Linear high priority module: memory usage PyTorch is using more memory than it should, or it is leaking memory module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#132332 opened Jul 31, 2024 by hvaara
torch.nn.functional.interpolate completely broken with torch.jit.script and torch.fx oncall: jit Add this issue/PR to JIT oncall triage queue
#132240 opened Jul 31, 2024 by domef
MPS ConvTranspose 3D Support module: convolution Problems related to convolutions (THNN, THCUNN, CuDNN) module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#130256 opened Jul 8, 2024 by valosekj
Assertion failed: (0 <= mpsAxis && mpsAxis < 4 && "Runtime canonicalization must simplify reduction axes to minor 4 dimensions."), function getKernelAxes, file GPUReductionOps.mm, line 31. module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#129960 opened Jul 2, 2024 by dbl001
MPS Sparse Support enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: mps Related to Apple Metal Performance Shaders framework module: sparse Related to torch.sparse triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#129842 opened Jun 30, 2024 by rootjalex
ProTip! Type g i on any issue or pull request to go back to the issue listing page.