-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL] Enable clang unroll attribute instead of pragma unroll #670
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
Signed-off-by: Viktoria Maksimova <[email protected]>
Signed-off-by: Viktoria Maksimova <[email protected]>
|
Commits should be squashed before merge, now waiting for CI checks |
You can squash the commits without waiting for testing results. |
As I know, it can be done automatically when PR is merged. |
@vmaksimo, @MrSidims, could you provide more details on motivation for this change? Also it's stated that "pragma unroll" is supposed to be disabled, but I don't see tests for that. I think it's just unfortunate wording, right? |
Nothing wrong with the pragma, but making it CXX attributes makes it nicer (also aligns it with other fpga loop attributes, not making users to write mixed-up code, like:
Just an unfortunate word indeed. |
Please, put this information to the commit message/PR description next time. |
No description provided.