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

Method getProgram

src/library/blas/generic/binary_lookup.cc:592–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592cl_program BinaryLookup::getProgram()
593{
594 return this->m_program;
595}
596
597void BinaryLookup::setProgram(cl_program program)
598{

Calls

no outgoing calls

Tested by

no test coverage detected