[Libclc-dev] [PATCH 3/3] Implement async_work_group_strided_copy builtin

Matt Arsenault Matthew.Arsenault at amd.com
Fri Aug 8 15:55:44 PDT 2014


On 08/08/2014 02:40 PM, Tom Stellard wrote:
> +  unsigned i;                                                              \
> +                                                                           \
> +  for (i = id; i < num_gentypes; i += size) {                              \
> +    dst[i * dst_stride] = src[i * src_stride];                             \
> +  }
size_t like the other one




More information about the Libclc-dev mailing list