Data Movement Tasks should only perform read operations. #19
Annotations
8 errors and 10 warnings
src/c/backend/include/device.hpp#L29
use of class template 'std::array' requires template arguments
|
src/c/backend/include/device.hpp#L32
non-type template argument is not a constant expression
|
src/c/backend/include/device_manager.hpp#L129
non-type template argument is not a constant expression
|
src/c/backend/include/resources.hpp#L17
no namespace named 'string_view_literals' in namespace 'std::literals'; did you mean 'string_literals'?
|
src/c/backend/include/resources.hpp#L57
use of class template 'std::array' requires template arguments
|
src/c/backend/include/resources.hpp#L57
no matching literal operator for call to 'operator""sv' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
|
src/c/backend/include/resources.hpp#L57
no matching literal operator for call to 'operator""sv' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
|
src/c/backend/include/resources.hpp#L57
no matching literal operator for call to 'operator""sv' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
|
src/c/backend/include/device_manager.hpp#L18
class 'DeviceManager' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator
|
src/c/backend/include/device_manager.hpp#L20
constructor does not initialize these fields: arch_devices_
|
src/c/backend/include/device_manager.hpp#L20
use '= default' to define a trivial default constructor
|
src/c/backend/include/device_manager.hpp#L30
method 'print_registered_devices' can be made static
|
src/c/backend/include/device_manager.hpp#L46
use a trailing return type for this function
|
src/c/backend/include/device_manager.hpp#L49
repeated branch in conditional chain
|
src/c/backend/include/device_manager.hpp#L56
use a trailing return type for this function
|
src/c/backend/include/device_manager.hpp#L67
use a trailing return type for this function
|
src/c/backend/include/device_manager.hpp#L68
repeated branch in conditional chain
|
src/c/backend/include/device_manager.hpp#L77
use a trailing return type for this function
|
The logs for this run have expired and are no longer available.
Loading