You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this should work, since we can infer the size of the first dimension of the view by y.numel() // 144. This would be true if y.numel() % 144 == 0, which is asserted in the torch._check().
🐛 Describe the bug
As far as I understand it, the following should work:
It also fails on dynamo, turning the following options:
However, the following error is raised:
Versions
PyTorch: e9e1aac (May 2, 2025)
cc @chauhang @penguinwu @ezyang @bobrenjc93 @avikchaudhuri @gmagogsfm @zhxchen17 @tugsbayasgalan @angelayi @suo @ydwu4
The text was updated successfully, but these errors were encountered: