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
Pyperf does some system tuning on Linux that assumes it's on Intel. We should disable that (and possibly replace it with ARM equivalents if it proves necessary):
The above PR just disables the MSR settings which allows the other settings to complete successfully. There is probably a larger set of work to add any tunings specifically for ARM64 and maybe anything special about the specific machine as well.
Some of the benchmarks are failing to install their dependencies (probably because wheels aren't available and some C library dependencies aren't installed).
This issue is tracking adding the new aarch64 Linux machine to our pool of benchmarking workers.
The text was updated successfully, but these errors were encountered: