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

Function saveLogFile

src/library/tools/tune/tune.c:1625–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623}
1624
1625double
1626saveLogFile(LOG_FILE* lf,
1627 SubproblemDim* sd,
1628 unsigned int vecLen,
1629 double* time,
1630 double timeAll)
1631{
1632 if (!lf->readElem) {
1633 fprintf(lf->f, "%u %u %u %u %u %u %u - %lf %lf %lf %lf\n",
1634 (unsigned int)sd[0].x, (unsigned int)sd[0].y,
1635 (unsigned int)sd[0].bwidth,
1636 (unsigned int)sd[1].x, (unsigned int)sd[1].y,
1637 (unsigned int)sd[1].bwidth,
1638 vecLen,
1639 time[0], time[1], time[2], timeAll);
1640 }
1641 return lf->t3;
1642}
1643
1644void
1645getBestVariant(LOG_FILE* lf)

Callers 1

tune.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected