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

Function loadKernelsFromFile

src/library/tools/tune/storage_io.c:509–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void
510loadKernelsFromFile(
511 StorageCacheImpl* cache,
512 BlasParamInfo* bParam,
513 unsigned char** buffer,
514 size_t* sizeBuffer)
515{
516 HfInfo file;
517
518 hfOpenRead(&file, cache->fpath);
519 loadKernelData(&file, bParam, buffer, sizeBuffer);
520 hfClose(&file);
521}
522
523
524void

Callers 1

getKernelInfoFunction · 0.85

Calls 3

hfOpenReadFunction · 0.85
loadKernelDataFunction · 0.85
hfCloseFunction · 0.85

Tested by

no test coverage detected