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

Method numCommandQueues

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

Source from the content-addressed store, hash-verified

117
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) {

Callers 15

SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected