Skip to content

Implement SYCL free function style for vectorized loops kernel #1906

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fengyuan14
Copy link
Contributor

No description provided.

@fengyuan14
Copy link
Contributor Author

Pending until compiler uplift.

@fengyuan14 fengyuan14 marked this pull request as draft August 7, 2025 01:01
q.memcpy(
(void*)keys_out,
(void*)keys_temp,
sizeof(key_t) * num_segments * num_elements);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we replace EU copy with memcpy here? better performance?

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.

2 participants