[Beignet] [PATCH] fix a typo

Homer Hsing homer.xing at intel.com
Sun Aug 18 18:41:17 PDT 2013


Signed-off-by: Homer Hsing <homer.xing at intel.com>
---
 kernels/compiler_upsample_long.cl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernels/compiler_upsample_long.cl b/kernels/compiler_upsample_long.cl
index 16f806b..8f914e4 100644
--- a/kernels/compiler_upsample_long.cl
+++ b/kernels/compiler_upsample_long.cl
@@ -1,4 +1,4 @@
-kernel void compiler_upsample_int(global int *src1, global uint *src2, global long *dst) {
+kernel void compiler_upsample_long(global int *src1, global uint *src2, global long *dst) {
   int i = get_global_id(0);
   dst[i] = upsample(src1[i], src2[i]);
 }
-- 
1.8.1.2



More information about the Beignet mailing list