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

Data Type Mismatch: Expected BFLOAT16 for input_tensor_a in tilize_with_val_padding_op #1193

Closed
kamalrajkannan78 opened this issue Nov 7, 2024 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@kamalrajkannan78
Copy link

kamalrajkannan78 commented Nov 7, 2024

Description

  • Nbeats model faces Data Type Mismatch at runtime

Reproduce

git checkout kkannan/forge_model_issues_nov12
git submodule update --recursive
pytest forge/test/model_demos/high_prio/cnn/pytorch/test_nbeats.py -svv

observed behaviour

RuntimeError: TT_FATAL @ /proj_sw/user_dev/kkannan/nov6_forge/tt-forge-fe/third_party/tt-mlir/third_party/tt-metal/src/tt-metal/ttnn/cpp/ttnn/operations/data_movement/tilize_with_val_padding/device/tilize_with_val_padding_op.cpp:19: input_tensor_a.get_dtype() == DataType::BFLOAT16

logs

@sdjordjevicTT
Copy link
Contributor

Can you please provide more details on how to repro this?

@kamalrajkannan78
Copy link
Author

I added repro steps now!

@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

@kamalrajkannan78
Copy link
Author

on latest main , Nbeats not faces this issue . ref - tenstorrent/tt-forge-fe#751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants