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
Galaxy tests work locally, but there are issues when trying to run the tests on CI machines. It fails with the error
Failed to set power state to LONG_IDLE with exit code 1
Repro
source env/activate cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DTTMLIR_ENABLE_RUNTIME=ON -DTT_RUNTIME_ENABLE_PERF_TRACE=ON -DTTMLIR_ENABLE_RUNTIME_TESTS=ON -DTTMLIR_ENABLE_STABLEHLO=ON -DTT_RUNTIME_DEBUG=ON cmake --build build # ttrt source env/activate cmake --build build -- ttrt ttrt query --save-artifacts export SYSTEM_DESC_PATH=/path/to/system_desc.ttsys cmake --build build -- check-ttmlir ttrt run path/to/galaxy/silicon/tests
The text was updated successfully, but these errors were encountered:
@staylorTT This issue needs triage with coordination with syseng
Sorry, something went wrong.
Adding more details; Both the CI and Dev machine are flashed with the same SW.
@tcolacoTT Can you suggest someone who can help triage this. Reach out to myself or Taps for the host info.
can we please get an update on this?
tcolacoTT
No branches or pull requests
Galaxy tests work locally, but there are issues when trying to run the tests on CI machines. It fails with the error
Repro
The text was updated successfully, but these errors were encountered: