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