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

Function parseBlasCmdLineArgs

src/tests/cmdline.c:243–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241static const unsigned int nrOpts = sizeof(opts) / sizeof(CmdLineOpt);
242
243int
244parseBlasCmdLineArgs(
245 int argc,
246 char *argv[],
247 TestParams *params)
248{
249 return doParseCmdLine(argc, argv, opts, nrOpts, params);
250}
251
252void
253printUsage(const char *appName)

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

doParseCmdLineFunction · 0.85

Tested by

no test coverage detected