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][Graph] Fix coverity warnings in graph code (#12999)
- Fix `COPY_WITHOUT_ASSIGN` warning in `node_impl` by adding
copy-assignment operator.
- Fix (false positive?) `REVERSE_INULL` in `graph_impl.hpp` by adding
braces to make it explicit what is being dereferenced.
0 commit comments