tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
416 stars 53 forks source link

Tensor–tensor bitwise operators #12907

Open jdh8 opened 1 week ago

jdh8 commented 1 week ago

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

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

tt-rkim commented 4 days ago

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

jdh8 commented 4 days ago

Sounds like an op issue