What's up with sycl::image?

Hi all,

I see in the SYCL specs that there is such a thing as a sycl::image. However, I can’t find a single example/tutorial that talks about it online.

The image processing example from SYCL academy does not use it either. Should I? I would like to write some basic image processing algorithms.

Thanks.

Hi Joachim,
Our samples have two examples of using sycl::image (hidden from search by the namespace):
Gaussian Blur
Images

The SYCL CTS also has some code that demonstrates how to use the image API

Awesome Rod, this is exactly what I was looking for. Thanks!