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
[ ] Post commit CI passes
[ ] Blackhole Post commit (if applicable)
[ ] Model regression CI testing passes (if applicable)
[ ] Device performance regression CI testing passes (if applicable)
[ ] New/Existing tests provide coverage for changes
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