[Beignet] [PATCH] runtime: recover the maximum read image args to 128.
He Junyan
junyan.he at inbox.com
Thu Jul 3 00:56:24 PDT 2014
That's OK
On 四, 2014-07-03 at 12:53 +0800, Zhigang Gong wrote:
> 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,
More information about the Beignet
mailing list