Skip to content
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

SymInt problem in model test #524

Open
swimdi opened this issue Nov 28, 2024 · 0 comments
Open

SymInt problem in model test #524

swimdi opened this issue Nov 28, 2024 · 0 comments

Comments

@swimdi
Copy link
Collaborator

swimdi commented Nov 28, 2024

There are some SymInt problem appeared in model test, and currently I have no idea what happen, the error messages are

  • codegen & OPT & Whisper
torch._dynamo.exc.BackendCompilerFailed: backend='ttnn_backend' raised:
RuntimeError: aten::clone() Expected a value of type 'Tensor' for argument 'self' but instead found type 'SymInt'.
Position: 0
Value: s0
Declaration: aten::clone(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor
Cast error details: Unable to cast s0 to Tensor
  • FLAN-T5 & t5-small/t5-base/t5-large
torch._dynamo.exc.BackendCompilerFailed: backend='ttnn_backend' raised:
Exception: unhashable type: non-singleton SymInt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant