Open mrakitaTT opened 3 weeks ago
Add support for StableHLO to TTIR conversion for gather OP, lower to ttnn and add unit tests to tt-torch and tt-xla.
gather
We can use ttnn.embedding for simple cases, need new op otherwise.
ttnn.embedding
PR https://github.com/tenstorrent/tt-mlir/pull/938 adds support for cases where we can lower to ttnn.embedding op.
Add support for StableHLO to TTIR conversion for
gather
OP, lower to ttnn and add unit tests to tt-torch and tt-xla.We can use
ttnn.embedding
for simple cases, need new op otherwise.