Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c211 static void *getAPIHandleCL(void *Handle, const char *FuncName) { in getAPIHandleCL() function
263 (clGetDeviceIDsFcnTy *)getAPIHandleCL(Handle, "clGetDeviceIDs"); in initialDeviceAPIsCL()
266 (clGetDeviceInfoFcnTy *)getAPIHandleCL(Handle, "clGetDeviceInfo"); in initialDeviceAPIsCL()
278 (clCreateBufferFcnTy *)getAPIHandleCL(Handle, "clCreateBuffer"); in initialDeviceAPIsCL()
285 (clCreateProgramWithLLVMIntelFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()
289 (clCreateProgramWithBinaryFcnTy *)getAPIHandleCL( in initialDeviceAPIsCL()
293 (clBuildProgramFcnTy *)getAPIHandleCL(Handle, "clBuildProgram"); in initialDeviceAPIsCL()
296 (clCreateKernelFcnTy *)getAPIHandleCL(Handle, "clCreateKernel"); in initialDeviceAPIsCL()
299 (clSetKernelArgFcnTy *)getAPIHandleCL(Handle, "clSetKernelArg"); in initialDeviceAPIsCL()
307 clFlushFcnPtr = (clFlushFcnTy *)getAPIHandleCL(Handle, "clFlush"); in initialDeviceAPIsCL()
[all …]