Home
last modified time | relevance | path

Searched defs:kernelFunc (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/CodeGenSYCL/
Dconvergent.cpp13 __attribute__((sycl_kernel)) void kernel_single_task(const Func &kernelFunc) { in kernel_single_task()
/external/llvm-project/clang/test/SemaSYCL/
Dprohibit-thread-local.cpp42 kernel_single_task(Func kernelFunc) { kernelFunc(); } in kernel_single_task()
Dfloat128.cpp58 __attribute__((sycl_kernel)) void kernel(Func kernelFunc) { in kernel()
Dint128.cpp66 __attribute__((sycl_kernel)) void kernel(Func kernelFunc) { in kernel()
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DKernelOutlining.cpp215 gpu::GPUFuncOp kernelFunc, in convertToLaunchFuncOp()
278 gpu::GPUModuleOp createKernelModule(gpu::GPUFuncOp kernelFunc, in createKernelModule()
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertLaunchFuncToLLVMCalls.cpp180 auto kernelFunc = module.lookupSymbol<LLVM::LLVMFuncOp>(newKernelFuncName); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp101 Operation *kernelFunc = module.lookupSymbol(launchOp.kernel()); in verifyOperationAttribute() local
431 GPUFuncOp kernelFunc, KernelDim3 gridSize, in build()