-
Notifications
You must be signed in to change notification settings - Fork 807
[SYCL][FPGA] Add support for [[intel::loop_count()]] attribute #5520
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
The original implementation of this attribute in intel#3438, did not support the [[intel::loop_count()]] attribute spelling. This patch adds support for that spelling. Signed-off-by: Soumi Manna <[email protected]>
Signed-off-by: Soumi Manna <[email protected]>
NOTE: I noticed this missing attribute spelling while working on unifying downstream source codes with pragma support. |
Signed-off-by: Soumi Manna <[email protected]>
Please verify this spelling and functionality is required for SYCL attribute before merging this. If SYCL backends don't know how to consume this, I am not sure if this required. @premanandrao @zahiraam please take a look |
Signed-off-by: Soumi Manna <[email protected]>
Signed-off-by: Soumi Manna <[email protected]>
Tagging @mendell27 / @MrSidims for this question. Should we add this spelling with loop_count attribute? |
This is implementing @elizabethandrews, is this what you wanted verified? |
I wasn't sure if the solution was to add the |
|
Thank you for the reviews everyone. |
The original implementation of this attribute in
#3438, did not support
the [[intel::loop_count()]] attribute spelling. This patch
adds support for that spelling.
Signed-off-by: Soumi Manna [email protected]