Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
void
186
Variable::setFlags(cl_mem_flags flags)
187
{
188
if (type_ ==
"cl_mem"
) {
189
flags_ = flags;
190
}
191
}
192
193
void
194
Variable::setHostPtr(Variable *hostPtr)
Callers
1
addBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected