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
refactor: assert device downcasting in device manager
When we get a type erased device from a underlying
device storage we expect that it will always be of the type we
requested with T::const_device_type(). If it is not true, we
have an internal bug.
Signed-off-by: Egor Lazarchuk <[email protected]>
0 commit comments