summaryrefslogtreecommitdiff
path: root/utests/compiler_box_blur.cpp
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-10-31 10:22:17 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-11-04 19:15:23 +0800
commit1361240a540f2d597b16f0e37c78fbdba753de70 (patch)
treea38f33ed53c0dcc77f2be4f5972040ee6876671d /utests/compiler_box_blur.cpp
parent8cff1fda829bf886f07209bbb5a196039124028d (diff)
downloadbeignet-1361240a540f2d597b16f0e37c78fbdba753de70.tar.gz
utests: replace the nodistriutable picture.
According to https://bugs.debian.org/758442, we should not use Len(n)a standard test image in our package. I just select a picture took by myself. Thanks Rebecca for pointing this out. v2: forgot to add sample.bmp. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
Diffstat (limited to 'utests/compiler_box_blur.cpp')
-rw-r--r--utests/compiler_box_blur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utests/compiler_box_blur.cpp b/utests/compiler_box_blur.cpp
index e4e053e8..84445cf4 100644
--- a/utests/compiler_box_blur.cpp
+++ b/utests/compiler_box_blur.cpp
@@ -12,7 +12,7 @@ static void compiler_box_blur()
OCL_CREATE_KERNEL("compiler_box_blur");
/* Load the picture */
- src = cl_read_bmp("lenna128x128.bmp", &w, &h);
+ src = cl_read_bmp("sample.bmp", &w, &h);
sz = w * h * sizeof(int);
/* Run the kernel */