Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
static void
40
clearPatternsNumber(BlasFunctionInfo *funcInfo)
41
{
42
int i;
43
44
for (i = 0; i < BLAS_FUNCTIONS_NUMBER; i++) {
45
funcInfo[i].numPatterns = 0;
46
}
47
}
48
49
char*
50
getDevName(TargetDevice* tdev)
Callers
1
initStorageCache
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected