-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][FPGA] Remove support for intel::fpga_pipeline attribute #6519
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
Support for new FPGA attribute called [[intel::fpga_pipeline(N)]] on intel#6254 is no longer needed. This patch removes the support from frontend. Signed-off-by: Soumi Manna <[email protected]>
The failure is unrelated to my patch: Unresolved Tests (1): |
Most likely it's caused by ade1870. @npmiller, could you take a look, please? |
Yeah it's likely related, I'll investigate further, in the meantime to unblock the CI I filed a PR to revert the test to unsupported and filed a ticket to track it:
Sorry about that! |
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.
I compared this PR to 6254 and I see some code you added in SemaDeclAttr.cpp to deprecate [[intel::disable_loop_pipelining]] attribute spelling in favor of [[intel::fpga_pipeline]]. Shouldn't we remove that code as well. Also, now that [[intel::fpga_pipeline]] s removed how are we handling [[intel::disable_loop_pipelining]]?
Thanks @elizabethandrews for reviews. It has been handled as per #6404 |
Thank you for clarifying |
ping @mendell27 |
Thank you everyone for the review. |
…#6519) Support for new FPGA attribute called [[intel::fpga_pipeline(N)]] on intel#6254 is no longer needed. This patch removes the support from frontend. Signed-off-by: Soumi Manna <[email protected]>
Git's automatic merge didn't do that for some reason. Removed in intel#6519.
Support for new FPGA attribute called [[intel::fpga_pipeline(N)]]
added on #6254 is no longer needed.
This patch removes the support from frontend.
Signed-off-by: Soumi Manna [email protected]