Runtime: correct some image related maximum values for IVB.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 18 Oct 2013 05:29:12 +0000 (13:29 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 18 Oct 2013 07:13:29 +0000 (15:13 +0800)
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
src/cl_gt_device.h

index 6bfc453..87c4a24 100644 (file)
@@ -44,7 +44,7 @@
 .image2d_max_height = 8192,
 .image3d_max_width = 8192,
 .image3d_max_height = 8192,
-.image3d_max_depth = 8192,
+.image3d_max_depth = 2048,
 .max_samplers = 8,
 .mem_base_addr_align = sizeof(cl_uint) * 8,
 .min_data_type_align_size = sizeof(cl_uint),