MCPcopy 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
439void
440printKernelCacheSize(struct KernelCache *kcache)
441{
442 printf("[KERNEL CACHE] My size is %lu MiB\n", kcache->totalSize / 1048576);
443}
444
445#endif

Callers 1

clblasTeardownFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected