runtime: recover the maximum read image args to 128.
authorZhigang Gong <zhigang.gong@intel.com>
Thu, 3 Jul 2014 04:52:17 +0000 (12:52 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Thu, 3 Jul 2014 06:49:09 +0000 (14:49 +0800)
To comply with the full profile.

Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Reviewed-by: Junyan He <junyan.he@linux.intel.com>
src/cl_gt_device.h

index 97ba7e2..63c9047 100644 (file)
@@ -39,7 +39,7 @@
 .address_bits = 32,
 .max_mem_alloc_size = 256 * 1024 * 1024,
 .image_support = CL_TRUE,
-.max_read_image_args = 16,
+.max_read_image_args = 128,
 .max_write_image_args = 8,
 .image_max_array_size = 2048,
 .image2d_max_width = 8192,