-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Feature Request] DPS version of logical_xor op #13758
Comments
Hi @eyonland, we discovered this during our onboarding in the TT-MLIR compiler. Can you give us some feedback on whether this inconsistency in the logical_xor op is a limitation or just needs to be implemented from your side? |
We need to investigate this a bit more to be sure, but I don't see why we can't get this implemented for you. |
Thanks @eyonland for the response! Let's keep this issue up to date with the progress of the implementation. |
@mmanzoorTT @sdjordjevicTT Updated the logical XOR similar to other logical ops like AND, OR, in this PR #14340. Let us know if this meets your requirements |
@sdjordjevicTT @mmanzoorTT Merged the PR. Kindly check and let me know if we can close this issue. |
@umadevimcw Thanks a lot. I'll test it today and will comment. PR looks good overall. |
@mmanzoorTT , can we close this issue? |
Closing this issue as the PR is merged to main. Will reopen if needed |
@umadevimcw @eyonland @sdjordjevicTT I have implemented/tested DPS logical_xor op with tenstorrent/tt-mlir#1141 (requiring tenstorrent/tt-mlir#1119 for tt-metal uplift) and it is working as expected. thanks a lot |
TTNN lib provides DPS based op for
logical_and
,logical_or
, andlogical_not
. However,logical_xor
is implemented as non-DPS op. Can we convertlogical_xor
to DPS op as well to be consistent?The text was updated successfully, but these errors were encountered: