You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
642481a start to emit kernel stub for
opencl, it affect the SPIR calling converision.
However, the upstream only emit stub in GenerateCode, sycl code is
emitted in EmitDeferred instead, so we end up not generating stub and
only changed the kernel calling conversion.
This PR disable the change to kernel calling conversion for now.
If we want to enable kernel stub for sycl, we should follow up to emit
the stub for sycl as well.
0 commit comments