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
2. move: this->KData is moved (indicated by std::move(this->KData)).
CID 555642: (#1 of 1): Using a moved object (USE_AFTER_MOVE)
3. use_after_move: this->KData is used after it has been already moved.
Describe the bug
llvm/sycl/source/detail/queue_impl.cpp
Lines 746 to 756 in 6489caa
To reproduce
Environment
clang++ --version]sycl-ls --verbose]Additional context
No response