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

Function openLogFile

src/library/tools/tune/tune.c:1579–1586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577}LOG_STAT;
1578
1579void
1580openLogFile(LOG_FILE* lf, char* fileName)
1581{
1582 if ((lf->f = fopen(fileName, "a+")) != NULL) {
1583
1584 }
1585
1586}
1587void
1588closeLogFile(LOG_FILE* lf)
1589{

Callers 1

tune.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected