Skip to content

Select the correct device (arch) on benchmark dashboard(s) #6993

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

Merged
merged 3 commits into from
Aug 12, 2025

Conversation

huydhn
Copy link
Contributor

@huydhn huydhn commented Aug 12, 2025

There is a bug when a device is select where all the different arch(s) of the same device are showing up too. For example, selecting cuda (NVIDIA B200) would also query the results from cuda (NVIDIA H100) and cuda (NVIDIA A100) in addition to B200. The problem here is that we are using a single device drop-down list to query both device and arch, and this confuses the ClickHouse queries. The fix here is to parse the content from the device drop-down list to set the device and the arch names correctly. This basically unravels getDeviceArch into its components

Testing

The current prod dashboards show all arch(s) of the same devices, for example:

  • vLLM shows B200, H100, and A100
  • ExecuTorch shows both iOS 18.0 and 18.5

The preview dashboards show only the selected device (arch), for example:

@huydhn huydhn requested a review from yangw-dev August 12, 2025 02:07
Copy link

vercel bot commented Aug 12, 2025

@huydhn is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 12, 2025
Copy link

vercel bot commented Aug 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Updated (UTC)
torchci Ready Preview Aug 12, 2025 2:09am

@huydhn huydhn merged commit 00da186 into pytorch:main Aug 12, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants