[clang] [llvm] [clang] Simplify device kernel attributes (PR #137882)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Tue May 20 14:33:59 PDT 2025
================
@@ -396,9 +396,12 @@ any option of a multiversioned function is undefined.
}];
}
-def SYCLKernelDocs : Documentation {
+def DeviceKernelDocs : Documentation {
let Category = DocCatFunction;
+ let Heading = "device_kernel";
----------------
sarnex wrote:
done in latest commit, thanks!
https://github.com/llvm/llvm-project/pull/137882
More information about the cfe-commits
mailing list