Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/tools/GPURuntime/
H A 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,
H A 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()
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()
1601 void polly_freeKernel(PollyGPUFunction *Kernel) { in polly_freeKernel()
1620 PollyGPUFunction *polly_getKernel(const char *BinaryBuffer, in polly_getKernel()
[all …]