Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ kargs
Method
kargs
src/library/tools/ktest/config.cpp:150–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void
151
Config::kargs(CLBlasKargs *kargs) const
152
{
153
cl_int err;
154
155
*kargs = kargs_;
156
kargs->addrBits = deviceAddressBits(device_, &err);
157
}
158
159
bool
160
Config::permitMultiKernels() const
Callers
2
main
Function · 0.80
declareBlasOptions
Method · 0.80
Calls
1
deviceAddressBits
Function · 0.85
Tested by
1
declareBlasOptions
Method · 0.64