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
#97 enabled unit tests for Grayskull.
It looks like the GS unit tests may make assumptions about hardware harvesting state.
Some example failures: https://github.com/tenstorrent/tt-umd/actions/runs/11257843046/job/31303194072 https://github.com/tenstorrent/tt-umd/actions/runs/11257843046/job/31303194531 https://github.com/tenstorrent/tt-umd/actions/runs/11257843046/job/31303190268 https://github.com/tenstorrent/tt-umd/actions/runs/11257843046/job/31303191367
Possible fix: query the device for actual harvesting state and use that for the "simulated" config.
The text was updated successfully, but these errors were encountered:
@broskoTT I see that you opened PR for this at #138 so assigning to you.
Sorry, something went wrong.
broskoTT
Successfully merging a pull request may close this issue.
#97 enabled unit tests for Grayskull.
It looks like the GS unit tests may make assumptions about hardware harvesting state.
Some example failures:
https://github.com/tenstorrent/tt-umd/actions/runs/11257843046/job/31303194072
https://github.com/tenstorrent/tt-umd/actions/runs/11257843046/job/31303194531
https://github.com/tenstorrent/tt-umd/actions/runs/11257843046/job/31303190268
https://github.com/tenstorrent/tt-umd/actions/runs/11257843046/job/31303191367
Possible fix: query the device for actual harvesting state and use that for the "simulated" config.
The text was updated successfully, but these errors were encountered: