Sycl Image processing

How do I go forward with Image processing with SYCL ?

  • I saw there was computeCpp but no longer maintained.
  • Is opencv + SYCL recommended where reading is done with opencv and for example gaussian kernel is then written using SYCL ?
  • What is recommended to get best performance ?

The first place I would suggest to start is the Bindless Images extension that has been developed.
You can see the IWOCL presentation here that explains more about it.

What kind of algorithms (image processing) could achieve 100x performance ? I tried gaussian filter on large kernel and image size but could only achieve 10x performance compared to CPU.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.