Skip to content
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

question about reqd_sub_group_size #2647

Open
jinz2014 opened this issue Jan 30, 2025 · 1 comment
Open

question about reqd_sub_group_size #2647

jinz2014 opened this issue Jan 30, 2025 · 1 comment

Comments

@jinz2014
Copy link
Contributor

When building a SYCL program targeting an AMD GPU that has a sub group size of 64, [[intel::reqd_sub_group_size(32)]] will cause compile error. Will you disable the generation of the attribute ?

@tomflinda
Copy link
Contributor

tomflinda commented Feb 5, 2025

@jinz2014 Could you try to change "[[intel::reqd_sub_group_size(32)]]" to "[[sycl::reqd_sub_group_size(32)]]", and could it be built pass?

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

No branches or pull requests

2 participants