Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ setDecomposition
Method
setDecomposition
src/library/tools/ktest/step.cpp:315–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
}
314
315
void
316
Step::setDecomposition(
317
const SubproblemDim *subdims)
318
{
319
for (size_t i = 0; i < MAX_SUBDIMS; i++) {
320
step_.subdims[i] = subdims[i];
321
}
322
}
323
324
Variable*
325
Step::addVar(
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected