summaryrefslogtreecommitdiff
path: root/utests/compiler_fill_image_1d_array.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utest: Fix utest memleaksPan Xiuli2016-05-181-0/+1
| | | | | | | Free all memory allocated and release all cl objects. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Fix a bug of 1d image array test case.Junyan He2015-02-041-6/+8
| | | | | | | | | | Because of the HW limitation, vertical stride is at least aligned to 2. For 1D array image, the data has interval. The image size is just twice as big as the buffer size we think. Use clEnqueueWriteImage is safe and fix this bug. Signed-off-by: Junyan He <junyan.he@linux.intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Add the test case for image 1d array fillJunyan He2014-10-231-0/+73
Signed-off-by: Junyan He <junyan.he@linux.intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>