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

[Op] Further support for reciprocal #112 #202

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Conversation

nvukobratTT
Copy link
Contributor

Uncovered new blocker related to the invalid setup of reciprocal on MLIR side. More precisely, it requires 2 attributes instead of 1 due to limitation of being defined as elementwise binary op on TTIR to TTNN op conversion.

Potential root cause (enforces eltwise binary checks):

third_party/tt-mlir/lib/Conversion/TTIRToTTNN/TTIRToTTNN.cpp::populateTTIRToTTNNPatterns

Uncovered new blocker related to the invalid setup of reciprocal on
MLIR side. More precisely, it requires 2 attributes instead of 1 due
to limitation of being defined as elementwise binary op on TTIR to TTNN
op conversion.

Potential root cause (enforces eltwise binary checks):
```
third_party/tt-mlir/lib/Conversion/TTIRToTTNN/TTIRToTTNN.cpp::populateTTIRToTTNNPatterns
```
@nvukobratTT nvukobratTT merged commit a66589b into main Sep 2, 2024
1 of 2 checks passed
@nvukobratTT nvukobratTT deleted the nvukobrat/reciprocal branch September 9, 2024 17:19
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.

2 participants