We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
aten.bitwise_*.Tensor
The text was updated successfully, but these errors were encountered:
@ayerofieiev-tt is this an ops or infra issue? Sounds like ops?
Sorry, something went wrong.
Sounds like an op issue
Related to #13582
@jdh8 This is already tracked here #13582.
Can we close this issue ?
#13582 is now closed and should be resolved.
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: