We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git checkout kkannan/models_mlir_issues git submodule update --recursive cmake --build build -- install_ttforge pytest forge/test/model_demos/high_prio/cnn/pytorch/test_vovnet.py -k "not timm" -svv
error: 'ttnn.max_pool2d' op ttnn.max_pool2d currently only supports an input type of bfloat16. Recieved 'f32'.
The text was updated successfully, but these errors were encountered:
More details in tenstorrent/tt-metal#15768
Sorry, something went wrong.
We fixed temporarily this on the MLIR side with the workaround that casts input to bf16 introduced in: #1657
@meenakshiramanathan1 @kamalrajkannan78 can you confirm that you don't see this failure anymore?
I will close this one, if you find it fails again, pleas reopen the issue.
No branches or pull requests
Description
Reproduce
Observed Behaviour
Logs
TTIR graphs
The text was updated successfully, but these errors were encountered: