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
[UR][OpenCL] Don't hold a reference to the adapter in context (#19048)
`ur_context_handle_t` was incrementing the adapter reference count on
construction and decrementing it on destruction. This is pointless
because the adapter will always be valid if the context is.
0 commit comments