-
Notifications
You must be signed in to change notification settings - Fork 6
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
aten.constant_pad_nd.default
not support rank > 4
#514
Comments
@swimdi can you explain what this op does? do we lower it to some TT-NN operation? |
pytorch2.0_ttnn/torch_ttnn/passes/lowering/to_tt_pass.py Lines 732 to 765 in fa5218c
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aten.constant_pad_nd.default
currently not support lowering tottnn.pad
if its input rank > 4or it will
TT_THROW Tensor rank is greater than 4
btw, there's no rank > 4 case in models, so I think can lower its priority
The text was updated successfully, but these errors were encountered: