utests: Add test case for box blur on image buffer
authorDag Lem <dag@nimrod.no>
Sat, 25 May 2013 08:14:17 +0000 (10:14 +0200)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Thu, 30 May 2013 03:55:20 +0000 (11:55 +0800)
commit5291e1bcbe0786bafec5373072d782ac38e3a494
treecb25d8fb1664de48b39fd9cc7fb9b67ac06b492b
parentc867de509c45538646b3fffbbbdc8a5d85f204d0
utests: Add test case for box blur on image buffer

This test demonstrates box blur on an image buffer, using an extremely
simple kernel.

Signed-off-by: Dag Lem <dag@nimrod.no>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
kernels/compiler_box_blur_image.cl [new file with mode: 0644]
utests/CMakeLists.txt
utests/compiler_box_blur_image.cpp [new file with mode: 0644]
utests/utest_helper.hpp