UCL / openqcd-oneapi

GNU General Public License v2.0
0 stars 0 forks source link

Compile generated sycl code with computecpp #5

Closed tkoskela closed 2 years ago

tkoskela commented 2 years ago

Not clear how well USM is supported. This needs to be investigated.

krishnakumarg1984 commented 2 years ago

Experimental support for SYCL2020 USM spec added a few releases ago. Still marked experimental: https://support.codeplay.com/t/dose-computecpp-support-usm/413

tkoskela commented 2 years ago

Confirmed USM is not supported. Results in unreadable error messages.

Computecpp only supports 1.3.1 standard officially. We don't want to regress our code to that.