Skip to content
New issue

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

tt-smi reports higher than expected chips #40

Open
ttmchiou opened this issue Sep 4, 2024 · 2 comments
Open

tt-smi reports higher than expected chips #40

ttmchiou opened this issue Sep 4, 2024 · 2 comments

Comments

@ttmchiou
Copy link

ttmchiou commented Sep 4, 2024

On T3K system

running

tt-smi-metal -s

tt-smi version 2.2.0

image

https://github.com/tenstorrent/tt-metal/actions/runs/10693593480/job/29690283051
under the "Set up runner" step under t3k ttnn tests

@warthog9
Copy link
Member

Please confirm with latest version this may be resolved

@TTDRosen
Copy link
Contributor

That behaviour is expected, new chips are detected before their uniqueness is determined. This is done this way to work around issues where specific ethernet cores have had garbage written into their lower addresses or there was some event which causes the chip id to be unreadable. Once a chip is determined to have already been detected it is removed from the detected count which is why the final number is correct, one way to improve this would be to split the candidate chips and unique chips into two separate counts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants