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
Looks like they got mistakenly removed due to https://github.com/tenstorrent/tt-mlir/pull/578/files#diff-cb5555bbe8903cbdc6d6db76786b0a73ee1f999fbd22fc3f660c4b487daf58bf removing --ttmetal-serialize-to-binary="output=%t.ttm" from .mlir files resulting in no .ttm generated, resulting in no TTMetal tests run.
--ttmetal-serialize-to-binary="output=%t.ttm"
Easy fix to update the 3x TTMetal files to generate .ttm using new syntax advertised in that PR, ex:
./build/bin/ttmlir-opt --ttir-load-system-desc="path=ttrt-artifacts/system_desc.ttsys" --ttir-implicit-device --ttir-allocate --convert-ttir-to-ttmetal test/ttmlir/Silicon/TTMetal/to_layout.mlir | ./build/bin/ttmlir-translate --ttmetal-to-flatbuffer
FYI @rpavlovicTT
The text was updated successfully, but these errors were encountered:
Update RUN cmds for 3x TTMetal tests to include "ttmlir-translate --t…
e73b3b8
…tmetal-to-flatbuffer" (#602) - Needed after 5d60c17 today otherwise tests don't run on CI
Meged PR #603 , marking closed.
Sorry, something went wrong.
kmabeeTT
No branches or pull requests
Looks like they got mistakenly removed due to https://github.com/tenstorrent/tt-mlir/pull/578/files#diff-cb5555bbe8903cbdc6d6db76786b0a73ee1f999fbd22fc3f660c4b487daf58bf removing
--ttmetal-serialize-to-binary="output=%t.ttm"
from .mlir files resulting in no .ttm generated, resulting in no TTMetal tests run.Easy fix to update the 3x TTMetal files to generate .ttm using new syntax advertised in that PR, ex:
FYI @rpavlovicTT
The text was updated successfully, but these errors were encountered: