summaryrefslogtreecommitdiff
path: root/src/cl_gen7_device.h
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2013-11-05 13:56:06 +0800
committerZhigang Gong <zhigang.gong@intel.com>2013-11-07 13:50:15 +0800
commite125dd4511dba842ddd8a6b713982d8d7fed7ce0 (patch)
tree9e0bc0bf71f1005ec39a3ec403e3e867f08123d8 /src/cl_gen7_device.h
parentc453c85749b1057587ee626bf4a98f8dbcd95810 (diff)
Runtime: fix some max values.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
Diffstat (limited to 'src/cl_gen7_device.h')
-rw-r--r--src/cl_gen7_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_gen7_device.h b/src/cl_gen7_device.h
index 58861039..e198d6f5 100644
--- a/src/cl_gen7_device.h
+++ b/src/cl_gen7_device.h
@@ -18,7 +18,7 @@
*/
/* Common fields for both IVB devices (either GT1 or GT2) */
-.max_parameter_size = 256,
+.max_parameter_size = 1024,
.global_mem_cache_line_size = 128, /* XXX */
.global_mem_cache_size = 8 << 10, /* XXX */
.local_mem_type = CL_GLOBAL,