MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / destroyKernelCache

Function destroyKernelCache

src/library/common/kern_cache.c:282–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void
283destroyKernelCache(struct KernelCache *kcache)
284{
285 cleanKernelCache(kcache);
286 free(kcache->dimKern);
287 mutexDestroy(kcache->mutex);
288 free(kcache);
289}
290
291int
292addKernelToCache(

Callers 2

clblasSetupFunction · 0.85
clblasTeardownFunction · 0.85

Calls 2

cleanKernelCacheFunction · 0.85
mutexDestroyFunction · 0.85

Tested by

no test coverage detected