-
Notifications
You must be signed in to change notification settings - Fork 9
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 AMD Milan Support #304
Conversation
This PR is being prevented from merging because you have added one of our blocking labels: Contingent - DNA, Needs Lead Approval, Contingent -- Do Not Approve. You'll need to remove it before this PR can be merged. |
I'm going to block this until I can actually test on Milan. Probably good not to break things. 😄 |
Well, testing with the Bill Branch shows it crashes with any optimization it seems. znver2, znver3, native... I'll try stock GEOSgcm... |
This PR is being prevented from merging because you have added one of our blocking labels: Contingent - DNA, Needs Lead Approval, Contingent -- Do Not Approve. You'll need to remove it before this PR can be merged. |
This PR is being prevented from merging because you have added one of our blocking labels: Contingent - DNA, Needs Lead Approval, Contingent -- Do Not Approve. You'll need to remove it before this PR can be merged. |
This PR is being prevented from merging because you have added one of our blocking labels: Contingent - DNA, Needs Lead Approval, Contingent -- Do Not Approve. You'll need to remove it before this PR can be merged. |
This PR adds support for AMD Milan. Testing at NAS shows that:
matches the Romes and that:
matches the Milan processors on AWS.
We mainly do this to use
-znver3
on AWS.UPDATE: Turns out tests on the Milans at NCCS show there is no difference between
-znver2
and-znver3
. Same speed, zero-diff. Thus we do not add complication to ESMA_cmake and close this PR.