Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ printKernelCacheSize
Function
printKernelCacheSize
src/library/common/kern_cache.c:439–443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
#include <stdio.h>
438
439
void
440
printKernelCacheSize(struct KernelCache *kcache)
441
{
442
printf(
"[KERNEL CACHE] My size is %lu MiB\n"
, kcache->totalSize / 1048576);
443
}
444
445
#endif
Callers
1
clblasTeardown
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected