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

Method KTest

src/library/tools/ktest/ktest.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace clMath;
24
25KTest::KTest(Step *step, clMath::Config *cfg) :
26 platform_(cfg->platform()), device_(cfg->device()),
27 kernelSourceFile_(cfg->cl()), buildOptions_(cfg->buildOptions()),
28 matrixGen_(cfg->dataPattern()),
29 masterStep_(step), indent_(0), useSeveralKernels_(false)
30{
31}
32
33KTest::KTest(Step *masterStep, std::vector<Step*> *steps, clMath::Config *cfg) :
34 platform_(cfg->platform()), device_(cfg->device()),

Callers

nothing calls this directly

Calls 3

platformMethod · 0.80
dataPatternMethod · 0.80
deviceMethod · 0.45

Tested by

no test coverage detected