MCPcopy 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
315void
316Step::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
324Variable*
325Step::addVar(

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected