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

Method setHostPtr

src/library/tools/ktest/var.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void
194Variable::setHostPtr(Variable *hostPtr)
195{
196 if (type_ == "cl_mem") {
197 hostPtr_ = hostPtr;
198 }
199}

Callers 1

addBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected