Open jdh8 opened 2 months ago
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
@ayerofieiev-tt is this an ops or infra issue? Sounds like ops?
Sounds like an op issue
Related to #13582
@jdh8 This is already tracked here #13582.
Can we close this issue ?
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
.