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] Add deleted copy assignment constructor to ur_adapter_handle_t in OpenCL for rule of 3. Specify noexcept to ur_context_handle_t destructor (#18742)
Fixes some coverity issues.
For the `ur_context_handle_t` Coverity was warning an exception is
thrown from
`[clear](ur::cl::getAdapter()->fnCache.clearCache(CLContext);` however
inside here if an error case occurs a call to `std::terminate` so we
don't care about the exception.
0 commit comments