Skip to content

Add experimental sycl complex support

This PR adds support for the experimental sycl complex extention https://github.com/argonne-lcf/SyclCPLX. It has been tested with DPC++'s OpenCL backend and NVIDIA backend. Performance is comparable to exiting DPC++ method.

As this is experimental it will likely change with respect to namespaces, and build methods. However the code itself is unlikely to be altered.

Merge request reports