Hi,
is there a function like cudaMemGetInfo in OpenCL to get out, how many global memory is used?
I just found the functions clGetDevInfo to get out, how many is on a device and clGetMemObjectInfo to find out, how many a Buffer uses, but no one to find out, how many is used on the device, by all buffers.