[Beignet] [PATCH V2] fix enqueue_built_in_kernels bug. add image_1d_to_1d builtin kernel name.
xionghu.luo at intel.com
xionghu.luo at intel.com
Tue Jun 24 18:56:44 PDT 2014
From: Luo <xionghu.luo at intel.com>
need asign the length to a local variable.
v2: bug was a false alarm. the case passed after regenerate cmake folder.
Signed-off-by Luo <xionghu.luo at intel.com>
---
src/cl_gt_device.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/cl_gt_device.h b/src/cl_gt_device.h
index d7855cd..63c9047 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;"
--
1.8.1.2
More information about the Beignet
mailing list