-
Notifications
You must be signed in to change notification settings - Fork 104
Arm64: remove rosetta check #4178
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've deleted test_helpers
entirely since I don't think we care about testing on rosetta at all anymore
@xclerc tests on Rosetta, please discuss with him first. |
All reactions
Sorry, something went wrong.
The file @TheNumbat deleted is unused. If we need it again, we can restore it. |
All reactions
Sorry, something went wrong.
I have just checked that, with Rosetta2 on, There are a handful or failures, but they are (The failures are about duplicate symbols in I have also checked that with Rosetta2 off, |
All reactions
Sorry, something went wrong.
@xclerc thanks for checking! do you agree that it's okay to delete rosetta related test helper files from simd tests directory? |
All reactions
Sorry, something went wrong.
Yes, I think it is. It vaguely remember it being |
All reactions
Sorry, something went wrong.
Test_helpers.run_if_not_under_rosetta2
doesn't do anything on amd64 (the check returnsUnknown
when I test it locally on an amd64 machine, and the checks don't run). Now that we have a separate arm64 implementation of these intrinsics, we can removed this check from both shared and amd64-only tests.