-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][FPGA] Refactor of statement attributes (#4136)
This patch 1. refactors six statement attributes to align with upstream: SYCLIntelFPGALoopCountAttr SYCLIntelFPGAInitiationIntervalAttr SYCLIntelFPGAMaxConcurrencyAttr SYCLIntelFPGAMaxInterleavingAttr SYCLIntelFPGASpeculatedIterationsAttr SYCLIntelFPGALoopCoalesceAttr 2. stores expression as ConstantExpr in Semantic Attributes 3. removes generic function "BuildSYCLIntelFPGALoopAttr" 4. updates codegen codes to use single variable for loop metadata and value. Signed-off-by: Soumi Manna <soumi.manna@intel.com>
- Loading branch information
Showing
7 changed files
with
470 additions
and
193 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.