You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an Arm based Ampere Altra system, tt-smi --ls shows in the section "Boards that can be reset:" both Grayskull and Wormhole devices, whereas the tt-smi UI and tt-flash both say it's not supported for Wormhole on Arm. This seems inconsistent.
The list mode is probably lacking some check in tt_smi_backend.py function print_all_available_devices.
Device info would still be available above in section "All available boards on host:".
Since no better interface is offered by tt-tools-common yet,
query the system_compatibility() dictionary.
Resolves issue tenstorrent#43.
Signed-off-by: Andreas Färber <[email protected]>
The answer is it works in some very specific instances it breaks, needing an Ampere system is part of that, having things setup on the Ampere exactly perfectly being another. So the wording is inconsistent but not entirely wrong. From the UI it's more a "chances are you don't have this setup", from the ls it's more a "you CAN try and reset it, the board supports reset" but it's not a guarantee that it'll work from an ARM system as a result of the number of things that need to be exactly right
On an Arm based Ampere Altra system,
tt-smi --ls
shows in the section "Boards that can be reset:" both Grayskull and Wormhole devices, whereas the tt-smi UI and tt-flash both say it's not supported for Wormhole on Arm. This seems inconsistent.The list mode is probably lacking some check in
tt_smi_backend.py
functionprint_all_available_devices
.Device info would still be available above in section "All available boards on host:".
See also tenstorrent/tt-tools-common#6 for (lack of) background.
The text was updated successfully, but these errors were encountered: