diff options
author | Luo <xionghu.luo@intel.com> | 2014-06-25 09:56:44 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@intel.com> | 2014-06-25 15:02:33 +0800 |
commit | 0f0a0f87e3cc1d2fac0ecf6c12dd3fa8cfb3964c (patch) | |
tree | 2e81e00f4a5c85725e1ebf4b1b966dc11696299b /src | |
parent | b4e5daeb938e81e2d0010fb14a08a3d40c66a328 (diff) |
add image_1d_to_1d builtin kernel name.
Signed-off-by: Luo <xionghu.luo@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/cl_gt_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cl_gt_device.h b/src/cl_gt_device.h index d7855cdc..63c90472 100644 --- a/src/cl_gt_device.h +++ b/src/cl_gt_device.h @@ -87,6 +87,7 @@ DECL_INFO_STRING(built_in_kernels, "__cl_copy_region_align4;" "__cl_copy_region_unalign_dst_offset;" "__cl_copy_region_unalign_src_offset;" "__cl_copy_buffer_rect;" + "__cl_copy_image_1d_to_1d;" "__cl_copy_image_2d_to_2d;" "__cl_copy_image_3d_to_2d;" "__cl_copy_image_2d_to_3d;" |