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

Add aarch64 Linux machine to the pool #36

Open
mdboom opened this issue May 3, 2024 · 2 comments
Open

Add aarch64 Linux machine to the pool #36

mdboom opened this issue May 3, 2024 · 2 comments
Assignees

Comments

@mdboom
Copy link
Contributor

mdboom commented May 3, 2024

This issue is tracking adding the new aarch64 Linux machine to our pool of benchmarking workers.

@mdboom
Copy link
Contributor Author

mdboom commented May 3, 2024

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):

psf/pyperf#185

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.

@mdboom
Copy link
Contributor Author

mdboom commented May 3, 2024

Some of the benchmarks are failing to install their dependencies (probably because wheels aren't available and some C library dependencies aren't installed).

EDIT: Removed the failures that are also happening on Intel as well right now.

@mdboom mdboom self-assigned this May 6, 2024
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

1 participant