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

Method commandQueues

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

Source from the content-addressed store, hash-verified

111 };
112
113 cl_command_queue* commandQueues() const
114 {
115 return const_cast<cl_command_queue*>(commandQueues_);
116 };
117
118 bool useNumCommandQueues() const { return useNumCommandQueues_; };
119 cl_uint numCommandQueues() const { return numCommandQueues_; };

Callers 15

herCorrectnessTestFunction · 0.80
swapCorrectnessTestFunction · 0.80
trmvCorrectnessTestFunction · 0.80
sprCorrectnessTestFunction · 0.80
scalCorrectnessTestFunction · 0.80
iamaxCorrectnessTestFunction · 0.80
trsvCorrectnessTestFunction · 0.80
gbmvCorrectnessTestFunction · 0.80
tpmvCorrectnessTestFunction · 0.80
syr2kCorrectnessTestFunction · 0.80
rotgCorrectnessTestFunction · 0.80
tbmvCorrectnessTestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected