Searched refs:CUfunction (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/dynamic_cuda/ |
| H A D | cuda.h | 23 typedef struct CUfunc_st *CUfunction; typedef 211 CUresult cuFuncGetAttribute(int *, CUfunction_attribute, CUfunction); 220 CUresult cuLaunchKernel(CUfunction, unsigned, unsigned, unsigned, unsigned, 237 CUresult cuModuleGetFunction(CUfunction *, CUmodule, const char *);
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | CudaRuntimeWrappers.cpp | 75 extern "C" MLIR_CUDA_WRAPPERS_EXPORT CUfunction 77 CUfunction function = nullptr; in mgpuModuleGetFunction() 86 mgpuLaunchKernel(CUfunction function, intptr_t gridX, intptr_t gridY, in mgpuLaunchKernel()
|
| /llvm-project-15.0.7/polly/tools/GPURuntime/ |
| H A D | GPUJIT.c | 927 CUfunction Cuda; 949 CUfunction F, unsigned int GridDimX, unsigned int GridDimY, 997 typedef CUresult CUDAAPI CuModuleGetFunctionFcnTy(CUfunction *, CUmodule,
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/ |
| H A D | rtl.cpp | 85 CUfunction Func; 93 KernelTy(CUfunction Func, llvm::omp::OMPTgtExecModeFlags ExecutionMode) in KernelTy() 884 CUfunction Func; in loadBinary()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | NVPTXUsage.rst | 390 CUfunction function; 653 CUfunction function;
|