projects
/
contrib
/
beignet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35acb20
)
Runtime: correct some image related maximum values for IVB.
author
Zhigang Gong
<zhigang.gong@linux.intel.com>
Fri, 18 Oct 2013 05:29:12 +0000
(13:29 +0800)
committer
Zhigang 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
patch
|
blob
|
history
diff --git
a/src/cl_gt_device.h
b/src/cl_gt_device.h
index
6bfc453
..
87c4a24
100644
(file)
--- a/
src/cl_gt_device.h
+++ b/
src/cl_gt_device.h
@@
-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),