summaryrefslogtreecommitdiff
path: root/utests/compiler_box_blur_image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utests/compiler_box_blur_image.cpp')
-rw-r--r--utests/compiler_box_blur_image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utests/compiler_box_blur_image.cpp b/utests/compiler_box_blur_image.cpp
index d94a97c9..711f2b38 100644
--- a/utests/compiler_box_blur_image.cpp
+++ b/utests/compiler_box_blur_image.cpp
@@ -15,7 +15,7 @@ static void compiler_box_blur_image()
src = cl_read_bmp("lenna128x128.bmp", &w, &h);
format.image_channel_order = CL_RGBA;
- format.image_channel_data_type = CL_UNORM_INT8;
+ format.image_channel_data_type = CL_UNSIGNED_INT8;
desc.image_type = CL_MEM_OBJECT_IMAGE2D;
desc.image_width = w;
desc.image_height = h;