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 the problem with exported symbol on Windows (#4200)
The function handler::getDelinearizedIndex() has got into sycl.dll because
it is a static symbol of the exported class 'handler'. The function is
unused, but must stay in library until ABI breaking changes are allowed.
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
0 commit comments