/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/ |
H A D | GPUToLLVMIRTranslation.cpp | 20 LogicalResult launchKernel(gpu::LaunchFuncOp launchOp, in launchKernel() function 34 return offloadingHandler.launchKernel(launchOp, kernelBinary, builder, in launchKernel() 56 return launchKernel(op, builder, moduleTranslation); in convertOperation()
|
H A D | SelectObjectAttr.cpp | 43 LogicalResult launchKernel(Attribute attribute, 194 LogicalResult SelectObjectAttrImpl::launchKernel( in launchKernel() 352 // call %launchKernel(%3, <launchOp operands 0..5>, 0, %4, %5, nullptr) in createKernelLaunch() 186 LogicalResult SelectObjectAttrImpl::launchKernel( launchKernel() function in SelectObjectAttrImpl
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | SyclRuntimeWrappers.cpp | 132 static void launchKernel(sycl::queue *queue, sycl::kernel *kernel, size_t gridX, in launchKernel() function 195 launchKernel(queue, kernel, gridX, gridY, gridZ, blockX, blockY, blockZ, in mgpuLaunchKernel()
|
/llvm-project/offload/include/ |
H A D | device.h | 110 int32_t launchKernel(void *TgtEntryPtr, void **TgtVarsPtr,
|
/llvm-project/offload/src/ |
H A D | device.cpp | 216 int32_t DeviceTy::launchKernel(void *TgtEntryPtr, void **TgtVarsPtr, in launchKernel() function in DeviceTy
|
H A D | omptarget.cpp | 1462 Ret = Device.launchKernel(TgtEntryPtr, TgtArgs.data(), TgtOffsets.data(), in processDataBefore() 1545 int Ret = Device.launchKernel(TgtEntryPtr, TgtArgs, TgtOffsets, KernelArgs, in processDataBefore()
|
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/ |
H A D | CompilationAttrInterfaces.td | 136 "::llvm::LogicalResult", "launchKernel",
|
/llvm-project/offload/plugins-nextgen/common/src/ |
H A D | PluginInterface.cpp | 1493 Error GenericDeviceTy::launchKernel(void *EntryPtr, void **ArgPtrs, 2003 auto Err = getDevice(DeviceId).launchKernel(TgtEntryPtr, TgtArgs, TgtOffsets, in init_async_info() 1407 Error GenericDeviceTy::launchKernel(void *EntryPtr, void **ArgPtrs, launchKernel() function in GenericDeviceTy
|
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | PluginInterface.h | 834 Error launchKernel(void *EntryPtr, void **ArgPtrs, ptrdiff_t *ArgOffsets,
|