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

Function clearPatternsNumber

src/library/tools/tune/toolslib.c:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39static void
40clearPatternsNumber(BlasFunctionInfo *funcInfo)
41{
42 int i;
43
44 for (i = 0; i < BLAS_FUNCTIONS_NUMBER; i++) {
45 funcInfo[i].numPatterns = 0;
46 }
47}
48
49char*
50getDevName(TargetDevice* tdev)

Callers 1

initStorageCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected