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

/gem5/tests/test-progs/gpu-hello/src/
H A Dgpu-hello.cpp101 size_t deviceListSize; local
153 &deviceListSize);
160 devices = (cl_device_id *)malloc(deviceListSize);
165 status = clGetContextInfo(context, CL_CONTEXT_DEVICES, deviceListSize,

Completed in 4 milliseconds