Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ logCheckError
Function
logCheckError
src/library/tools/tune/tune.c:984–988 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
982
fflush(logStream);
983
}
984
void
985
logCheckError(int dim)
986
{
987
fprintf(logStream,
" [%5d]: NOT FOUND\n"
, dim);
988
}
989
void
990
logCheck(
991
int dim,
Callers
1
checkData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected