Replies: 2 comments 1 reply
-
Do you have an update on your situation? I'm experiencing the same thing |
Beta Was this translation helpful? Give feedback.
1 reply
-
The issue for me was mixing CPU tensors with GPU tensors. If |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to get some baby stuff working with mps - but keep getting the error:
RuntimeError: Mismatched Tensor types in NNPack convolutionOutput
This occurs as nn.Conv2d() is passed the data during a forward() call.
The sign on from ptl shows mps selected:
But the data at entry to forward shows device as -1.
I've tried lots of different settings for strategy and device. Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions