-
Notifications
You must be signed in to change notification settings - Fork 13
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
[TTIR] Remove TTIR operand_constraints #1388
Conversation
60d99b6
to
0f25086
Compare
aeb4de0
to
27962ce
Compare
Joco I'm curious did all test passed once you removed all references to operandcontraints from code/tests? |
I still didn't try to run all silicon tests in local, I was hoping CI will do the job for me. Will try today and make an update. |
49c17f1
to
afe8dbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (in the context of the python test_infra).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A very welcome change! 🙌
afe8dbf
to
400b588
Compare
Remove
operand_constraints
from the TTIR dialect and all associated tests. Until a workaround pass is created, we will need to manually insertto_layout
operations in cases where the default layout of tensors (tiled, DRAM, interleaved) needs to be changed.I will remove operand_constraints from the generic op in a separate pull request.