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

Method BasicRoutines

src/tests/BasicRoutines.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21class BasicRoutines : public testing::Test {
22protected:
23 BasicRoutines() :
24 platform(0), device(0), context(NULL), queue(NULL) {
25 }
26
27 virtual ~BasicRoutines() {
28 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected