Expected behavior
As the above shared configuration works in pytorch, it is expected to run in ttnn aswell.
Error
E RuntimeError: TT_THROW @ ../ttnn/cpp/ttnn/operations/matmul/matmul.cpp:60: tt::exception
E info:
E ttnn.matmul: The width of the first tensor must be equal to the height of the second tensor
E backtrace:
E --- ttnn::operations::matmul::matmul(tt::tt_metal::Tensor const&, tt::tt_metal::Tensor const&, std::__1::optional<tt::tt_metal::Tensor const> const&, tt::operations::primary::Matmul const&)
Describe the bug While working on Blazepose model, we observed that ttnn conv2d fails to produce result for the configuration attached below.
To Reproduce Steps to reproduce the behavior:
pytest <path to file>
Expected behavior As the above shared configuration works in pytorch, it is expected to run in ttnn aswell.
Error