MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / addVector

Method addVector

src/library/tools/ktest/step.cpp:397–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397VectorVariable*
398Step::addVector(
399 const std::string& name,
400 const std::string& type,
401 Variable *N,
402 Variable *inc,
403 Variable *off)
404{
405 VectorVariable *var = new VectorVariable(name, type, "NULL");
406 var->setVectorSize(N, inc, off);
407 arrays_.push_back(var);
408 return var;
409}
410
411Variable*
412Step::addBuffer(

Callers

nothing calls this directly

Calls 1

setVectorSizeMethod · 0.80

Tested by

no test coverage detected