Skip to content

Commit b1eda6e

Browse files
author
Soumi Manna
committed
updated doc
Signed-off-by: Soumi Manna <[email protected]>
1 parent bae239a commit b1eda6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,6 +2835,8 @@ def SYCLIntelFPGAInitiationIntervalAttrDocs : Documentation {
28352835
This attribute applies to a loop or a function. Indicates that the loop or
28362836
function should be pipelined with an initiation interval of N. N must be a
28372837
positive integer. Cannot be applied multiple times to the same loop or function.
2838+
Cannot be used on the same loop or function in conjunction with
2839+
disable_loop_pipelining.
28382840

28392841
The ``[[intel::ii]]`` attribute spelling is a deprecated synonym for
28402842
``[[intel::initiation_interval]]`` and will be removed in the future.

0 commit comments

Comments
 (0)