[Libclc-dev] [PATCH] Add declarations for workitem and synchronization functions

Peter Collingbourne peter at pcc.me.uk
Sun Aug 5 16:00:10 PDT 2012


On Fri, Jun 01, 2012 at 09:10:57AM -0400, Tom Stellard wrote:
> ---
>  generic/include/clc/synchronization/barrier.h |    1 +
>  generic/include/clc/workitem/get_group_id.h   |    1 +
>  generic/include/clc/workitem/get_local_id.h   |    1 +
>  generic/include/clc/workitem/get_local_size.h |    1 +
>  generic/include/clc/workitem/get_num_groups.h |    1 +
>  5 files changed, 5 insertions(+), 0 deletions(-)
>  create mode 100644 generic/include/clc/synchronization/barrier.h
>  create mode 100644 generic/include/clc/workitem/get_group_id.h
>  create mode 100644 generic/include/clc/workitem/get_local_id.h
>  create mode 100644 generic/include/clc/workitem/get_local_size.h
>  create mode 100644 generic/include/clc/workitem/get_num_groups.h

Thanks and apologies for the delay, I've incorporated your changes
into r161313.

BTW, if you are interested in incorporating your r600 changes into
mainline libclc, I'll be happy to consider your changes once the
backend enters staging in mainline LLVM.  I imagine that it can be
disabled by default while the backend is in staging.

Thanks,
-- 
Peter




More information about the Libclc-dev mailing list