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

Function flushAll

src/tests/common.cpp:72–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72cl_int
73flushAll(
74 cl_uint numCommandQueues,
75 cl_command_queue *commandQueues)
76{
77 cl_int err;
78 cl_uint i;
79
80 for (i = 0; i < numCommandQueues; i++) {
81 err = clFlush(commandQueues[i]);
82 if (err != CL_SUCCESS) {
83 return err;
84 }
85 }
86
87 return CL_SUCCESS;
88}
89
90void
91printTestParams(

Callers 15

clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50
clblasPerfSingleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected