Skip to content

[SYCL][NativeCPU] Set target attrs for subkernels. #19169

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

hvdijk
Copy link
Contributor

@hvdijk hvdijk commented Jun 26, 2025

This fixes LLVMIntrinsicLowering/intrinsic_cmp.cpp with -mavx.

Target attributes can affect the ABI, and the subkernel and kernel need to agree on the ABI in order for the call to work.

This fixes LLVMIntrinsicLowering/intrinsic_cmp.cpp with -mavx.

Target attributes can affect the ABI, and the subkernel and kernel need
to agree on the ABI in order for the call to work.
@hvdijk hvdijk requested a review from a team as a code owner June 26, 2025 10:29
@hvdijk hvdijk temporarily deployed to WindowsCILock June 26, 2025 10:29 — with GitHub Actions Inactive
@hvdijk
Copy link
Contributor Author

hvdijk commented Jun 26, 2025

@intel/llvm-gatekeepers This is ready to be merged, thanks.

@aelovikov-intel aelovikov-intel merged commit 65d926c into intel:sycl Jun 26, 2025
55 of 61 checks passed
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

Successfully merging this pull request may close these issues.

3 participants