Home
last modified time | relevance | path

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

/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.h87 typedef struct PollyGPUFunctionT PollyGPUFunction; typedef
100 PollyGPUFunction *polly_getKernel(const char *BinaryBuffer,
102 void polly_freeKernel(PollyGPUFunction *Kernel);
108 void polly_launchKernel(PollyGPUFunction *Kernel, unsigned int GridDimX,
DGPUJIT.c431 static void freeKernelCL(PollyGPUFunction *Kernel) { in freeKernelCL()
467 static PollyGPUFunction *getKernelCL(const char *BinaryBuffer, in getKernelCL()
476 static __thread PollyGPUFunction *KernelCache[KERNEL_CACHE_SIZE]; in getKernelCL()
491 PollyGPUFunction *Function = malloc(sizeof(PollyGPUFunction)); in getKernelCL()
590 static void launchKernelCL(PollyGPUFunction *Kernel, unsigned int GridDimX, in launchKernelCL()
1246 static void freeKernelCUDA(PollyGPUFunction *Kernel) { in freeKernelCUDA()
1262 static PollyGPUFunction *getKernelCUDA(const char *BinaryBuffer, in getKernelCUDA()
1266 static __thread PollyGPUFunction *KernelCache[KERNEL_CACHE_SIZE]; in getKernelCUDA()
1280 PollyGPUFunction *Function = malloc(sizeof(PollyGPUFunction)); in getKernelCUDA()
1399 static void launchKernelCUDA(PollyGPUFunction *Kernel, unsigned int GridDimX, in launchKernelCUDA()
[all …]