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 unintentional vtable ABI break in HostKernelBase (#15310)
The changes in #15256 unintentionally
broke ABI by reordering the virtual member functions of HostKernelBase.
This commit amends this by moving the new function to the end of the new
member function.
Additionally, this fixes a typo in the new function.
---------
Signed-off-by: Larsen, Steffen <[email protected]>
Co-authored-by: Marcos Maronas <[email protected]>
0 commit comments