tenstorrent / tt-umd

User-Mode Driver for Tenstorrent hardware
Apache License 2.0
9 stars 5 forks source link

Investigate GS CI failures #135

Closed joelsmithTT closed 4 weeks ago

joelsmithTT commented 4 weeks ago

https://github.com/tenstorrent/tt-umd/pull/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.

joelsmithTT commented 4 weeks ago

@broskoTT I see that you opened PR for this at https://github.com/tenstorrent/tt-umd/pull/138 so assigning to you.