tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
77 stars 13 forks source link

stable hlo compare #986

Open AleksKnezevic opened 1 month ago

AleksKnezevic commented 1 month ago

Lower all compare ops to ttnn and add unit tests for each to tt-torch and tt-xla.

mmanzoorTT commented 1 month ago

end-to-end implementation of compare ops (EQ, NE, GE, GT, LE, LT): https://github.com/tenstorrent/tt-mlir/pull/821 stableHLO conversion: https://github.com/tenstorrent/tt-mlir/pull/837

mmanzoorTT commented 1 month ago

unit tests pending