diff options
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, |