MPS ConvTranspose 3D Support #130256
Labels
enhancement
Not as big of a feature, but technically not a bug. Should be easy to fix
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
🚀 The feature, motivation and pitch
torch.nn.functional.conv_transpose3d
is not currently supported on MPS (Apple Silicon):This limits, for example, the usage of medical image segmentation framework nnUNet to
torch.device("cpu")
.Alternatives
No response
Additional context
No response
cc @kulinseth @albanD @malfet @DenisVieriu97 @jhavukainen
The text was updated successfully, but these errors were encountered: