Description
See Coverity issues at https://scan.coverity.com/projects/intel-llvm?tab=overview
CID 489796
:
Coverity complains that the last call of IsMatchingPlatform
should use std::move
to pass Platform
, but we should probably just accept it as const &
in the lambda
llvm/sycl/source/detail/platform_impl.cpp
Lines 103 to 115 in 6d5fe22
CID 489974
:
sycl_device
within the lambda should be moved
llvm/sycl/source/detail/device_impl.cpp
Lines 139 to 145 in 6d5fe22
CID 490149
:
push_back
into Composites
Lines 110 to 121 in 6d5fe22
CID 490211
:
llvm/sycl/source/detail/scheduler/commands.cpp
Lines 1317 to 1320 in 6d5fe22
CID 490242
:
llvm/sycl/source/detail/split_string.hpp
Lines 30 to 36 in 6d5fe22
CID 490405
:
Lines 1402 to 1408 in 6d5fe22
CID 490430
:
llvm/sycl/source/detail/composite_device/composite_device.cpp
Lines 26 to 27 in 6d5fe22
CID 512042
:
Note that multiple ext_oneapi_get_info
overloads are affected
Line 138 in 6d5fe22
CID 521997
:
llvm/sycl/source/kernel_bundle.cpp
Lines 525 to 530 in 6d5fe22
CID 525242
, 525254
:
AsyncHandler
and Devices
could be moved
llvm/sycl/source/detail/context_impl.cpp
Line 35 in 6d5fe22
CID 526323
Lines 2469 to 2471 in 6d5fe22
CID 526341
Lines 2487 to 2489 in 6d5fe22
CID 527582
, 527595
:
Ctx
and Devs
could be moved
CID 527597
:
llvm/sycl/source/detail/scheduler/commands.cpp
Line 3803 in 6d5fe22
CID 528701
:
llvm/sycl/source/detail/platform_impl.cpp
Line 146 in 6d5fe22
llvm/sycl/source/detail/platform_impl.cpp
Line 158 in 6d5fe22