[clang] [SYCL] The sycl_kernel_entry_point attribute. (PR #111389)

Tom Honermann via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 12 21:06:11 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
----------------
tahonermann wrote:

Yeah. I rewrote a bunch of the doc. Hopefully better now.

https://github.com/llvm/llvm-project/pull/111389


More information about the cfe-commits mailing list