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 usage of uninitialized variable in device_impl (#819)
MType variable is not initialized for the host device. The patch
changes several device_impl methods to avoid using MType if a
device is a host one.
Signed-off-by: Vlad Romanov <[email protected]>
0 commit comments