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.