diff options
author | Lv, Meng <meng.lv@intel.com> | 2013-03-26 05:25:30 +0000 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@linux.intel.com> | 2013-04-10 14:52:33 +0800 |
commit | 9233f87eb91d03a78204b09755e438b1a9cf087b (patch) | |
tree | eb6cd9916d8aa6f49182e3efda3a79aef071c63d /src/cl_gt_device.h | |
parent | 4f1e0994cb84f44dde0a184635c248816363b1eb (diff) |
enable CL_DEVICE_IMAGE_SUPPORT check
Signed-off-by: lv meng <meng.lv@intel.com>
Reviewed-by: Lu Guanqun <guanqun.lu@intel.com>
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'src/cl_gt_device.h')
-rw-r--r-- | src/cl_gt_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_gt_device.h b/src/cl_gt_device.h index 8a1ec339..993017b5 100644 --- a/src/cl_gt_device.h +++ b/src/cl_gt_device.h @@ -37,7 +37,7 @@ .native_vector_width_half = 16, .address_bits = 32, .max_mem_alloc_size = 128 * 1024 * 1024, -.image_support = CL_FALSE, +.image_support = CL_TRUE, .max_read_image_args = 0, .max_write_image_args = 0, .image2d_max_width = 8192, |