[SYCL] PR 3 - Remove FPGA attributes from SYCL FE#21735
Open
premanandrao wants to merge 3 commits intointel:syclfrom
Open
[SYCL] PR 3 - Remove FPGA attributes from SYCL FE#21735premanandrao wants to merge 3 commits intointel:syclfrom
premanandrao wants to merge 3 commits intointel:syclfrom
Conversation
This removes the following attributes: [[intel::ivdep]] [[intel::initiation_interval]] [[intel::ii]] [[intel::max_concurrency]] [[intel::speculated_iterations]] [[intel::max_reinvocation_delay]] [[intel::disable_loop_pipelining]] [[intel::enable_loop_pipelining]]
7dd0d8e to
a0f55f0
Compare
Contributor
Author
Fznamznon
reviewed
Apr 13, 2026
| let PragmaAttributeSupport = 0; | ||
| } | ||
|
|
||
| def SYCLIntelIVDep : StmtAttr { |
Contributor
There was a problem hiding this comment.
I was curious about what ivdep is and google gave me this https://www.intel.com/content/www/us/en/docs/oneapi-fpga-add-on/developer-guide/2025-0/ivdep-attribute.html . I wonder if need to ask someone to remove this from somewhere too
Fznamznon
approved these changes
Apr 13, 2026
Fznamznon
reviewed
Apr 13, 2026
| return LHS->getSafelenValue() > RHS->getSafelenValue(); | ||
| } | ||
| }]; | ||
| let Documentation = [SYCLIntelIVDepAttrDocs]; |
Contributor
There was a problem hiding this comment.
Wait, should we also remove all the docs?
Fznamznon
requested changes
Apr 13, 2026
Contributor
Fznamznon
left a comment
There was a problem hiding this comment.
Requesting changes so we don't miss docs removal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes the following attributes:
[[intel::ivdep]]
[[intel::initiation_interval]]
[[intel::ii]]
[[intel::max_concurrency]]
[[intel::speculated_iterations]]
[[intel::max_reinvocation_delay]]
[[intel::disable_loop_pipelining]]
[[intel::enable_loop_pipelining]]