-
Notifications
You must be signed in to change notification settings - Fork 808
[SYCL][FPGA] Update [[intel::max_concurrency()]] attribute support #6126
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: Soumi Manna <[email protected]>
Signed-off-by: Soumi Manna <[email protected]>
Signed-off-by: Soumi Manna <[email protected]>
Signed-off-by: Soumi Manna <[email protected]>
Signed-off-by: Soumi Manna <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attribute changes look reasonable to me, but I'll leave it to someone else for the final sign-off.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Than you for reviews. |
@intel/llvm-gatekeepers, this PR is ready to be merged. Thank you The failure does not seem related to my PR: Failed Tests (1): |
@smanna12 can you please sync with @elizabethandrews on recent concerns? |
Signed-off-by: Soumi Manna <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks!
The failures are not related to my change: The same failures are happening with other PR's also. |
Thank you for the reviews. |
@intel/llvm-gatekeepers, this PR is ready to be merged. Thank you |
Fails are handled at intel/llvm-test-suite#1034 |
…ntel#6126) This patch improves support for [[intel::max_concurrency()]] implementation. Fixes bugs the way attribute handled duplicate attribute diagnostics. Adds missing diagnostics test cases. Splits AST and diagnostics part for better codes readability(part of [SYCL] Split diagnostic and AST parts for sema tests. intel#4118). Signed-off-by: Soumi Manna [email protected]
This patch improves support for [[intel::max_concurrency()]] implementation.
Signed-off-by: Soumi Manna [email protected]