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

Tensor–tensor bitwise operators #12907

Closed
Tracked by #13795
jdh8 opened this issue Sep 19, 2024 · 5 comments
Closed
Tracked by #13795

Tensor–tensor bitwise operators #12907

jdh8 opened this issue Sep 19, 2024 · 5 comments

Comments

@jdh8
Copy link
Contributor

jdh8 commented Sep 19, 2024

Currently, our bitwise operators support tensor–scalar operations, namely

  • ttnn.bitwise_and
  • ttnn.bitwise_or
  • ttnn.bitwise_xor

Extending the second argument (RHS) from a scalar to a tensor unlocks lowering from aten.bitwise_*.Tensor.

@jdh8 jdh8 added the feature-request External feature request label Sep 19, 2024
@tt-rkim
Copy link
Collaborator

tt-rkim commented Sep 25, 2024

@ayerofieiev-tt is this an ops or infra issue? Sounds like ops?

@jdh8
Copy link
Contributor Author

jdh8 commented Sep 26, 2024

Sounds like an op issue

@KalaivaniMCW
Copy link
Contributor

Related to #13582

@umadevimcw
Copy link
Contributor

@jdh8 This is already tracked here #13582.

Can we close this issue ?

@eyonland
Copy link
Contributor

#13582 is now closed and should be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants