Searched refs:commandQueue (Results 1 - 1 of 1) sorted by relevance

/gem5/tests/test-progs/gpu-hello/src/
H A Dgpu-hello.cpp56 cl_command_queue commandQueue; variable
173 commandQueue = clCreateCommandQueue(context, devices[0], 0, &status);
261 status = clEnqueueNDRangeKernel(commandQueue, kernel, 1, NULL,
302 status = clReleaseCommandQueue(commandQueue);

Completed in 4 milliseconds