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
[DeviceASAN] Fix a UR_L0_LEAKS_DEBUG leak report (#18612)
Some resource destruction is done in the destructor, but if we don't
manually clear the map, then the destructor is called after the adapter
release, which leads to the leak report and maybe some UB(trying to use
adapter after it is released).
0 commit comments