Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
void
283
destroyKernelCache(struct KernelCache *kcache)
284
{
285
cleanKernelCache(kcache);
286
free(kcache->dimKern);
287
mutexDestroy(kcache->mutex);
288
free(kcache);
289
}
290
291
int
292
addKernelToCache(
Callers
2
clblasSetup
Function · 0.85
clblasTeardown
Function · 0.85
Calls
2
cleanKernelCache
Function · 0.85
mutexDestroy
Function · 0.85
Tested by
no test coverage detected