Searched refs:KERNEL_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
54 #define KERNEL_CACHE_SIZE 10 macro476 static __thread PollyGPUFunction *KernelCache[KERNEL_CACHE_SIZE]; in getKernelCL()479 for (long i = 0; i < KERNEL_CACHE_SIZE; i++) { in getKernelCL()550 NextCacheItem = (NextCacheItem + 1) % KERNEL_CACHE_SIZE; in getKernelCL()1266 static __thread PollyGPUFunction *KernelCache[KERNEL_CACHE_SIZE]; in getKernelCUDA()1269 for (long i = 0; i < KERNEL_CACHE_SIZE; i++) { in getKernelCUDA()1366 NextCacheItem = (NextCacheItem + 1) % KERNEL_CACHE_SIZE; in getKernelCUDA()