Implement clGetMemObjectInfo
authorSimon Richter <Simon.Richter@hogyros.de>
Fri, 19 Apr 2013 06:12:59 +0000 (08:12 +0200)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 19 Apr 2013 08:28:49 +0000 (16:28 +0800)
commit9c11c18544992a456e6eab8da2949ebd134a4e44
tree9a95b5b37859f24dd51a770ce47b7175918159ad
parentdd345e7253d858d086f13b74648c1a971d25dc51
Implement clGetMemObjectInfo

Currently, only the properties

 - CL_MEM_TYPE
 - CL_MEM_FLAGS
 - CL_MEM_SIZE

are implemented.

Signed-off-by: Simon Richter <Simon.Richter@hogyros.de>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/cl_api.c
src/cl_mem.c
src/cl_mem.h