[Beignet] [PATCH] Runtime: fix the incorrect global mem size.
Zhigang Gong
zhigang.gong at linux.intel.com
Thu Aug 29 22:23:06 PDT 2013
Signed-off-by: Zhigang Gong <zhigang.gong at linux.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 7f67697..c8d3aac 100644
--- a/src/cl_gt_device.h
+++ b/src/cl_gt_device.h
@@ -50,7 +50,7 @@
.min_data_type_align_size = sizeof(cl_uint),
.single_fp_config = 0, /* XXX */
.global_mem_cache_type = CL_READ_WRITE_CACHE,
-.global_mem_size = 4,
+.global_mem_size = 128 * 1024 * 1024,
.max_constant_buffer_size = 64 << 10,
.max_constant_args = 8,
.error_correction_support = CL_FALSE,
--
1.7.9.5
More information about the Beignet
mailing list