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
[SYCL] Fix crash in clang for SYCL kernels with accessors and SC
In case a SYCL kernel captures specialization constants and more then
one accessor it crashes. I think the crash happens due to an extra
increment of KernelFuncParam, in CreateOpenCLKernelBody() method.
Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
0 commit comments