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

Method auxFunctions

src/library/tools/ktest/ktest.cpp:496–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void
497KTest::auxFunctions(std::stringstream& ss)
498{
499 getPlatform(ss);
500 getDevice(ss);
501 createKernel(ss);
502 printExecTime(ss);
503}
504
505void
506KTest::getPlatform(std::stringstream& ss)

Callers

nothing calls this directly

Calls 3

getPlatformFunction · 0.70
getDeviceFunction · 0.70
createKernelFunction · 0.50

Tested by

no test coverage detected