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

[TTIR] Remove TTIR operand_constraints #1388

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

jserbedzijaTT
Copy link
Contributor

@jserbedzijaTT jserbedzijaTT commented Nov 24, 2024

Remove operand_constraints from the TTIR dialect and all associated tests. Until a workaround pass is created, we will need to manually insert to_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.

@jserbedzijaTT jserbedzijaTT force-pushed the jserbedzija/remove_operand_constraints branch 9 times, most recently from 60d99b6 to 0f25086 Compare November 29, 2024 20:11
@jserbedzijaTT jserbedzijaTT force-pushed the jserbedzija/remove_operand_constraints branch 3 times, most recently from aeb4de0 to 27962ce Compare December 11, 2024 11:42
@jserbedzijaTT jserbedzijaTT marked this pull request as ready for review December 11, 2024 11:58
@tenstorrent tenstorrent deleted a comment from topke011 Dec 11, 2024
@mtopalovicTT
Copy link
Contributor

Joco I'm curious did all test passed once you removed all references to operandcontraints from code/tests?

@jserbedzijaTT
Copy link
Contributor Author

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.

@jserbedzijaTT jserbedzijaTT force-pushed the jserbedzija/remove_operand_constraints branch from 49c17f1 to afe8dbf Compare December 11, 2024 14:11
Copy link
Contributor

@vprajapati-tt vprajapati-tt left a 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).

Copy link
Contributor

@nsmithtt nsmithtt left a 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! 🙌

@jserbedzijaTT jserbedzijaTT force-pushed the jserbedzija/remove_operand_constraints branch from afe8dbf to 400b588 Compare December 12, 2024 12:06
@jserbedzijaTT jserbedzijaTT merged commit f22c416 into main Dec 12, 2024
21 checks passed
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

Successfully merging this pull request may close these issues.

7 participants