-
Notifications
You must be signed in to change notification settings - Fork 49
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 initial support for Zen5 and claritfy Zen3 vs Zen5 CPU family #295
Add initial support for Zen5 and claritfy Zen3 vs Zen5 CPU family #295
Conversation
This pull request was exported from Phabricator. Differential Revision: D62447334 |
This pull request was exported from Phabricator. Differential Revision: D62447334 |
…ly (facebookincubator#295) Summary: Pull Request resolved: facebookincubator#295 This diff includes changes in hbt to support adding Zen5 CPUs. `CpuFamily::AMD` has been renamed `CpuFamily::AMDZEN3` and adds `CpuFamily::AMDZEN5`, since AMD changes families more often than Intel. Reviewed By: briancoutinho Differential Revision: D62447334
6a7abf6
to
4099f16
Compare
This pull request was exported from Phabricator. Differential Revision: D62447334 |
4099f16
to
f4d02db
Compare
…ly (facebookincubator#295) Summary: Pull Request resolved: facebookincubator#295 This diff includes changes in hbt to support adding Zen5 CPUs. `CpuFamily::AMD` has been renamed `CpuFamily::AMDZEN3` and adds `CpuFamily::AMDZEN5`, since AMD changes families more often than Intel. Reviewed By: briancoutinho Differential Revision: D62447334
f4d02db
to
d58170a
Compare
…ly (facebookincubator#295) Summary: This diff includes changes in hbt to support adding Zen5 CPUs. `CpuFamily::AMD` has been renamed `CpuFamily::AMDZEN3` and adds `CpuFamily::AMDZEN5`, since AMD changes families more often than Intel. Reviewed By: briancoutinho Differential Revision: D62447334
This pull request was exported from Phabricator. Differential Revision: D62447334 |
…ly (facebookincubator#295) Summary: This diff includes changes in hbt to support adding Zen5 CPUs. `CpuFamily::AMD` has been renamed `CpuFamily::AMDZEN3` and adds `CpuFamily::AMDZEN5`, since AMD changes families more often than Intel. Reviewed By: briancoutinho Differential Revision: D62447334
d58170a
to
333ae2a
Compare
This pull request was exported from Phabricator. Differential Revision: D62447334 |
This pull request has been merged in 59d31ef. |
Summary:
This diff includes changes in hbt to support adding Zen5 CPUs.
CpuFamily::AMD
has been renamedCpuFamily::AMDZEN3
and addsCpuFamily::AMDZEN5
, since AMD changes families more often than Intel.Differential Revision: D62447334