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

Method setFlags

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

Source from the content-addressed store, hash-verified

183}
184
185void
186Variable::setFlags(cl_mem_flags flags)
187{
188 if (type_ == "cl_mem") {
189 flags_ = flags;
190 }
191}
192
193void
194Variable::setHostPtr(Variable *hostPtr)

Callers 1

addBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected