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
def __call__(self, *function_args, **function_kwargs):
> return self.function(*function_args, **function_kwargs)
E RuntimeError: TT_THROW @ ../ttnn/cpp/ttnn/operations/eltwise/binary/device/broadcast_height_multi_core_program_factory.cpp:25: tt::exception
E info:
E BinaryOpType cannot be mapped to BcastOpMath
E backtrace:
E --- /home/ubuntu/punith/tt-metal/ttnn/ttnn/_ttnn.so(+0x5d7a09) [0x7f5dc8676a09]
E --- ttnn::operations::binary::BinaryDeviceOperation::BroadcastHeightMultiCore::create(ttnn::operations::binary::BinaryDeviceOperation::operation_attributes_t const&, ttnn::operations::binary::BinaryDeviceOperation::tensor_args_t const&, tt::tt_metal::Tensor&)
Please complete the following environment information:
OS: Ubuntu 20.04
Device: WH-n150
Additional context
Used in PETR model, in pos2posemb3d method.
The text was updated successfully, but these errors were encountered:
Describe the bug
Need broadcast support for ttnn.div.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To run without any error
Screenshots
Please complete the following environment information:
Additional context
Used in PETR model, in pos2posemb3d method.
The text was updated successfully, but these errors were encountered: