[Libclc-dev] [PATCH 1/1] generic: add missing get_work_dim include

Aaron Watry via Libclc-dev libclc-dev at lists.llvm.org
Thu Jun 1 14:33:59 PDT 2017


Looks good to me.

Reviewed-by: Aaron Watry <awatry at gmail.com>

On Wed, May 31, 2017 at 4:19 PM, Jan Vesely via Libclc-dev <
libclc-dev at lists.llvm.org> wrote:

> Fixes few piglits since clang r304193
>
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
> ---
>  generic/include/clc/clc.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/generic/include/clc/clc.h b/generic/include/clc/clc.h
> index bf4b01d..4c29214 100644
> --- a/generic/include/clc/clc.h
> +++ b/generic/include/clc/clc.h
> @@ -31,6 +31,7 @@
>  #include <clc/workitem/get_num_groups.h>
>  #include <clc/workitem/get_group_id.h>
>  #include <clc/workitem/get_global_offset.h>
> +#include <clc/workitem/get_work_dim.h>
>
>  /* 6.11.2 Math Functions */
>  #include <clc/math/acos.h>
> --
> 2.9.4
>
> _______________________________________________
> Libclc-dev mailing list
> Libclc-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libclc-dev/attachments/20170601/f4616483/attachment.html>


More information about the Libclc-dev mailing list