codeplaysoftware / standards-proposals

Repository for publicly sharing proposals in various standards groups
Apache License 2.0
27 stars 17 forks source link

CP030 Item view extension #134

Open steffenlarsen opened 3 years ago

steffenlarsen commented 3 years ago

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.

keryell commented 3 years ago

Interesting ideas.