-
As a context, I have been working with dpc++ offloading SYCL kernels to PoCL. The DPC++ version that I used still had plugin interfaces . Today, I fetched up-to-date dpc++, which is now using unified runtime. Rebuild succeeds, but it is somehow misbehaving. Here are some observations: sycl-ls finds the device through PoCL: Compiling sources with SYCL kernels succeeds (but offloading fails at PoCL's end) :
Upon inspection, there is something off with produced SPIR-V. Also, output of the trace:
Any ideas how to start dealing with this? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Please, try Hopefully this will give you more information about which UR and OpenCL calls are failing. |
Beta Was this translation helpful? Give feedback.
#15149 seems to cover a similar problem. @aarongreig, @coldav, am I right?