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
After building ttrt on my branch, I cannot run ttrt query or ttrt run, which is blocking me from testing my cpu changes. Branch: https://github.com/tenstorrent/tt-mlir/tree/vwells/cpu_hoist_e2e Error:
ttrt query
ttrt run
(venv) vwells@aus-wh-20-special-vwells-for-reservation-3734384:~/sources/tt-mlir$ ttrt query Warning: not importing testing submodule since project was not built with runtime testing enabled. To enable, rebuild with: -DTTMLIR_ENABLE_RUNTIME_TESTS=ON 2025-01-08 20:35:47,874 - INFO - set log file= 2025-01-08 20:35:47,874 - INFO - setting artifacts folder path=/localdev/vwells/sources/tt-mlir/ttrt-artifacts 2025-01-08 20:35:47,874 - DEBUG - ----------------------------starting query API---------------------------- 2025-01-08 20:35:47,874 - DEBUG - ------preprocessing query API 2025-01-08 20:35:47,874 - DEBUG - ------finished preprocessing query API 2025-01-08 20:35:47,874 - DEBUG - ------checking constraints for query API 2025-01-08 20:35:47,874 - DEBUG - ------finished constraints for query API 2025-01-08 20:35:47,874 - DEBUG - ------executing query API 2025-01-08 20:35:47,874 - DEBUG - getting system descriptor Detecting chips (found 2) 2025-01-08 20:35:47,946 - ERROR - ERROR: getting system_desc failed 2025-01-08 20:35:47,946 - DEBUG - ------finished executing query API 2025-01-08 20:35:47,946 - DEBUG - ------postprocessing query API 2025-01-08 20:35:47,946 - ERROR - FAIL: getting system_desc failed 2025-01-08 20:35:47,947 - INFO - results saved to=query_results.json 2025-01-08 20:35:47,949 - DEBUG - ------finished postprocessing query API 2025-01-08 20:35:47,949 - DEBUG - ----------------------------finished query API----------------------------
Fixes tried + failed: various rebuilding, etc.
The text was updated successfully, but these errors were encountered:
tapspatel
No branches or pull requests
After building ttrt on my branch, I cannot run
ttrt query
orttrt run
, which is blocking me from testing my cpu changes. Branch:https://github.com/tenstorrent/tt-mlir/tree/vwells/cpu_hoist_e2e
Error:
Fixes tried + failed: various rebuilding, etc.
The text was updated successfully, but these errors were encountered: