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] Make device comparison method to analyze impl not native handles (#6880)
Initial issue was sycl::link failure with many devices passed when
esimd_emulator backend is enabled.
esimd_emulator does not have getNative method implemented while we
checked object equality by comparison of native handles.
It seems to be not fully valid and we need to check it using operator.
GetNative implementation for esimd_emulator is not needed.
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
0 commit comments