Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsupported broadcast issue in Greater op #1081

Open
kamalrajkannan78 opened this issue Oct 28, 2024 · 2 comments
Open

unsupported broadcast issue in Greater op #1081

kamalrajkannan78 opened this issue Oct 28, 2024 · 2 comments
Labels
MLIR Ops Issues related to MLIR dialect ops and their implementations
Milestone

Comments

@kamalrajkannan78
Copy link

kamalrajkannan78 commented Oct 28, 2024

Description

  • unsupported broadcast issue in Greater op

Reproduce

git checkout kkannan/greator_and_not_equal_mlir_op_issue
git submodule update --recursive
cmake --build build -- install_ttforge
pytest forge/test/mlir/test_ops.py::test_greater[shape_x0-1] -svv

Observed Behaviour

E       RuntimeError: TT_THROW @ /proj_sw/user_dev/kkannan/forge_oct21/tt-forge-fe/third_party/tt-mlir/third_party/tt-metal/src/tt-metal/ttnn/cpp/ttnn/operations/eltwise/binary/device/binary_device_operation.cpp:46: tt::exception
E       info:
E       ttnn::operations::binary::BinaryDeviceOperation: unsupported broadcast

Logs

@kamalrajkannan78 kamalrajkannan78 added the MLIR Ops Issues related to MLIR dialect ops and their implementations label Oct 28, 2024
@kamalrajkannan78 kamalrajkannan78 added this to the [FFE] Bringup milestone Oct 28, 2024
@nvukobratTT
Copy link
Contributor

@kamalrajkannan78 can you add TTIR for this issue as well? That way, it's much easier for MLIR folks to reproduce these issues without the need of running Forge-Fe as well :))

@kamalrajkannan78
Copy link
Author

TTIR graphs are present in attached log files @nvukobratTT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MLIR Ops Issues related to MLIR dialect ops and their implementations
Projects
None yet
Development

No branches or pull requests

2 participants