tenstorrent / tt-mlir

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

Add ttir.scatter op to the TTIR dialect #1325

Open ajakovljevicTT opened 3 days ago

ajakovljevicTT commented 3 days ago

As part of the effort to run stableHLO models on TT silicon, adding an implementation of the scatter op in the TTIR dialect. This op currently has limited functionality, but enough to pass the current models, primarily due to the current limitations in tt-metal, for more information please see https://github.com/tenstorrent/tt-mlir/pull/1279.