You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably on us @odjuricicTT, most of the ops that don't have memory_config parameter mostly don't have memory_config attribute in TTNN dialect:
E.g. reshape:
https://github.com/tenstorrent/tt-mlir/blob/main/runtime/lib/ttnn/operations/data_movement/reshape.cpp#L16
Should pass the memory config optional parameter when invoked.
In order for optimizer to work, every op that supports it needs to either pass memory_config or the output tensor.
The text was updated successfully, but these errors were encountered: