[Beignet] [PATCH] runtime: recover the maximum read image args to 128.

Zhigang Gong zhigang.gong at intel.com
Wed Jul 2 21:53:31 PDT 2014


To comply with the full profile.

Signed-off-by: Zhigang Gong <zhigang.gong at intel.com>
---
 src/cl_gt_device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cl_gt_device.h b/src/cl_gt_device.h
index 97ba7e2..63c9047 100644
--- a/src/cl_gt_device.h
+++ b/src/cl_gt_device.h
@@ -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,
-- 
1.8.3.2



More information about the Beignet mailing list