tenstorrent / tt-metal

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

enable dps ops for matmul #15285

Open asandhupatlaTT opened 1 day ago

asandhupatlaTT commented 1 day ago

Ticket

Link to Github Issue: https://github.com/tenstorrent/tt-metal/issues/15038

Problem description

Provide context for the problem. Dps ops are not being generated in MLIR for matmul op.

What's changed

Describe the approach used to solve the problem. Summarize the changes made and its impact. Enabled std::optional for ourput tensor as seen for other dps supported ops such as Embedding & element-wise ops

Checklist