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
Add platform (arch) for ExecuTorch dashboard (#6234)
Address part of pytorch/executorch#7986
The historical context here is that the older schema for benchmark
database didn't have a separate columns for `device`, i.e. `cpu`, and
`arch`, i.e. `x86_64`. So, they are bundle together into a single one
called `deviceArch`.
This PR splits this field into `device` and `arch` field behind the
scene, but keeps the display name in the same format, i.e. `
Apple iPhone 15 (iOS 18.0)` to maintain the same UX, which allows me to
add a new platform (arch) dropdown list for ExecuTorch. The list has
only 3 options `Android` and `iOS` and `All Platforms`, ~~and only one
can be selected at a time (this is the part that fixespytorch/executorch#7986
This also applies lint to these queries and fixes a bug in which
sqlfluff doesn't recognize the configuration file at `.sqlfluff`
I found that https://mui.com/x/react-data-grid/pagination/ only allows
up to 100 rows before enforcing pagination. Having more requires the
paid pro version.
### Testing
https://torchci-git-fork-huydhn-tweak-et-dashboard-fbopensource.vercel.app/benchmark/llms?repoName=pytorch%2Fexecutorch
shows a new platform dropdown list
0 commit comments