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

Method buildKernel

src/library/tools/ktest/ktest.cpp:575–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void
576KTest::buildKernel(std::stringstream& ss)
577{
578 ss << indent() << "kernel = createKernel(source, context, BUILD_OPTIONS, &err);" << std::endl
579 << indent() << "assert(kernel != NULL);" << std::endl;
580}
581
582void
583KTest::getBufferSizeExpr(Variable *buffer, std::string& size)

Callers

nothing calls this directly

Calls 1

indentFunction · 0.85

Tested by

no test coverage detected