-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 Intel APX and AVX10 target flags and LLVM attribute setting. #8052
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.
LGTM
Correct spelling of APX target attributes.
Looks like legit failures in correctness_simd_op_check_x86 |
They're spurious in the sense that we cannot turn on AVX10 testing while llvm is still working on it. It won't be testable for a while no matter what. |
Ah, so this PR won't land until LLVM is ready? |
Open question, but the testing will have to be disabled if it does land. It is probably useful to land it early for folks doing early development. |
I'd like to go ahead and land this if there are no objections. Pending passing tests, which it should now. |
There appear to be some TODO(resolve before landing) comments |
TODOs should be addressed. |
Opened for discussion on naming. Probably can land as soon as TODOs are resolved, though LLVM support is still nascent. Likely some new intrinsics patterns can be added.