Home
last modified time | relevance | path

Searched refs:launchKernel (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DGPUToLLVMIRTranslation.cpp20 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 DSelectObjectAttr.cpp43 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 DSyclRuntimeWrappers.cpp132 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 Ddevice.h110 int32_t launchKernel(void *TgtEntryPtr, void **TgtVarsPtr,
/llvm-project/offload/src/
H A Ddevice.cpp216 int32_t DeviceTy::launchKernel(void *TgtEntryPtr, void **TgtVarsPtr, in launchKernel() function in DeviceTy
H A Domptarget.cpp1462 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 DCompilationAttrInterfaces.td136 "::llvm::LogicalResult", "launchKernel",
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp1493 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 DPluginInterface.h834 Error launchKernel(void *EntryPtr, void **ArgPtrs, ptrdiff_t *ArgOffsets,