[clang] [SYCL] Basic code generation for SYCL kernel caller offload entry point functions. (PR #133030)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 26 10:28:02 PDT 2025
================
@@ -229,6 +229,12 @@ class CodeGenTypes {
const CGFunctionInfo &arrangeBuiltinFunctionCall(QualType resultType,
const CallArgList &args);
+ /// A SYCL device kernel function is a free standing function with
+ /// spir_kernel calling convention
----------------
Fznamznon wrote:
```suggestion
/// spir_kernel calling convention.
```
https://github.com/llvm/llvm-project/pull/133030
More information about the cfe-commits
mailing list