tenstorrent / tt-forge-fe

The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
https://docs.tenstorrent.com/tt-forge-fe/
Apache License 2.0
21 stars 4 forks source link

RuntimeError: Unsupported operation for lowering from TTForge to TTIR: select #511

Closed kamalrajkannan78 closed 4 weeks ago

kamalrajkannan78 commented 1 month ago

Description

Reproduce

git checkout kkannan/forge_model_issues
git submodule update --recursive
export BACKEND_ARCH_NAME=wormhole_b0 ARCH_NAME=wormhole_b0 PYBUDA_FORCE_EMULATE_HARVESTED=1 
pytest forge/test/model_demos/high_prio/nlp/pytorch/test_fuyu_8b.py -svv

Observed Behaviour

E RuntimeError: Unsupported operation for lowering from TTForge to TTIR: select

Logs

kamalrajkannan78 commented 4 weeks ago

created issue in MLIR repo - #1179 . so this one is redundant