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

Function nextPattern

src/library/tools/tune/storage_data.c:96–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96void
97nextPattern(StorageCacheImpl* cache, unsigned int* func, unsigned int* patt)
98{
99 BlasFunctionInfo* bFunc = &cache->functionInfo[*func];
100
101 (*patt)++;
102 if (bFunc->numPatterns == *patt) {
103 (*func)++;
104 *patt = 0;
105 }
106}
107
108////////////////////////////////////////////////////////////////////////////////
109bool

Callers 1

loadDataFromFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected