[Beignet] [PATCH] fix a typo
Zhigang Gong
zhigang.gong at linux.intel.com
Sun Aug 18 20:57:32 PDT 2013
LGTM, pushed, thanks.
On Mon, Aug 19, 2013 at 09:41:17AM +0800, Homer Hsing wrote:
>
> 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
>
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet
More information about the Beignet
mailing list