Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
void
194
Variable::setHostPtr(Variable *hostPtr)
195
{
196
if (type_ ==
"cl_mem"
) {
197
hostPtr_ = hostPtr;
198
}
199
}
Callers
1
addBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected