We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae239a commit b1eda6eCopy full SHA for b1eda6e
clang/include/clang/Basic/AttrDocs.td
@@ -2835,6 +2835,8 @@ def SYCLIntelFPGAInitiationIntervalAttrDocs : Documentation {
2835
This attribute applies to a loop or a function. Indicates that the loop or
2836
function should be pipelined with an initiation interval of N. N must be a
2837
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.
2840
2841
The ``[[intel::ii]]`` attribute spelling is a deprecated synonym for
2842
``[[intel::initiation_interval]]`` and will be removed in the future.
0 commit comments