standards-proposals icon indicating copy to clipboard operation
standards-proposals copied to clipboard

CP030 Item view extension

Open steffenlarsen opened this issue 4 years ago • 1 comments
trafficstars

Adds an extension for a new item_view SYCL object. The item_view allows for expressing a uniform access pattern to device memory, exposing each item in the underlying data as an additional parameter to the kernel function. This feature extends the functionality of variadic parallel_for allowing item_view objects to be intermingled with reduction objects.

steffenlarsen avatar Jun 24 '21 15:06 steffenlarsen

Interesting ideas.

keryell avatar Jun 25 '21 00:06 keryell