[SYCL] PR 4 - Remove FPGA Attributes from SYCL FE#21756
Merged
KornevNikita merged 2 commits intointel:syclfrom Apr 15, 2026
Merged
[SYCL] PR 4 - Remove FPGA Attributes from SYCL FE#21756KornevNikita merged 2 commits intointel:syclfrom
KornevNikita merged 2 commits intointel:syclfrom
Conversation
Contributor
Author
Fznamznon
requested changes
Apr 14, 2026
Contributor
Fznamznon
left a comment
There was a problem hiding this comment.
I'm concerned that these PR's are growing bigger. This one is already 3814 lines.
Otherwise, some dead code is left behind.
Comment on lines
5888
to
5891
| SmallString<256> AnnotStr; | ||
| CGM.generateIntelFPGAAnnotation(field, AnnotStr); | ||
| if (!AnnotStr.empty()) | ||
| addr = EmitIntelFPGAFieldAnnotations(field, addr, AnnotStr); |
Contributor
There was a problem hiding this comment.
Same here, the whole block is dead code now
Contributor
Author
I will try to keep the others smaller. As I started working on this subset, the clique just got bigger. |
Fznamznon
approved these changes
Apr 15, 2026
Contributor
|
@intel/llvm-gatekeepers please consider merging |
Contributor
|
@premanandrao could you please resolve conflicts |
1424c3b to
77561a2
Compare
Contributor
Author
@KornevNikita, conflicts have been resolved and the tests are clean again. Thanks! |
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::doublepump]]
[[intel::singlepump]]
[[intel::fpga_memory]]
[[intel::fgpa_register]]
[[intel::bankwidth]]
[[intel::numbanks]]
[[intel::private_copies]]
[[intel::merge]]
[[intel::max_replicates]]
[[intel::simple_dual_port]]
[[intel::bank_bits]]
[[intel::force_pow2_depth]]