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

Method setNumCommandQueues

src/tests/include/BlasBase.h:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 bool useNumCommandQueues() const { return useNumCommandQueues_; };
119 cl_uint numCommandQueues() const { return numCommandQueues_; };
120 void setNumCommandQueues(cl_uint numCommandQueues)
121 {
122 if (numCommandQueues <= MAX_COMMAND_QUEUES) {
123 numCommandQueues_ = numCommandQueues;
124 useNumCommandQueues_ = true;
125 }
126 }
127
128 bool useAlpha() const { return useAlpha_; }
129 ComplexLong alpha() const { return alpha_; }

Callers 4

mainFunction · 0.80
mainFunction · 0.80
initDefaultMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected