[clang] [SYCL] The sycl_kernel_entry_point attribute. (PR #111389)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 7 08:43:22 PDT 2024
================
@@ -455,6 +455,64 @@ The SYCL kernel in the previous code sample meets these expectations.
}];
}
+def SYCLKernelEntryPointDocs : Documentation {
+ let Category = DocCatFunction;
+ let Content = [{
+The ``sycl_kernel_entry_point`` attribute specifies that a function definition
----------------
erichkeane wrote:
This first sentence is... very difficult to understand/self referential. Reword please.
https://github.com/llvm/llvm-project/pull/111389
More information about the cfe-commits
mailing list