118 debugimprove multi gpu scheduling #7
Annotations
10 errors, 10 warnings, and 2 notices
src/c/backend/include/containers.hpp#L480
unknown type name 'T'
|
src/c/backend/include/containers.hpp#L480
unknown type name 'T'
|
src/c/backend/include/containers.hpp#L490
use of undeclared identifier 'vector'
|
src/c/backend/include/resources.hpp#L26
no return statement in constexpr function
|
src/c/backend/include/resources.hpp#L27
no member named 'disjunction_v' in namespace 'std'
|
src/c/backend/include/resources.hpp#L27
expected '(' for function-style cast or type construction
|
src/c/backend/include/resources.hpp#L56
no namespace named 'string_view_literals' in namespace 'std::literals'; did you mean 'string_literals'?
|
src/c/backend/include/resources.hpp#L62
use of class template 'std::array' requires template arguments
|
src/c/backend/include/resources.hpp#L62
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#L62
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/containers.hpp#L24
inclusion of deprecated C++ header 'assert.h'; consider using 'cassert' instead
|
src/c/backend/include/containers.hpp#L38
class 'ProtectedVector' 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/containers.hpp#L55
the parameter 'name' is copied for each invocation but only used as a const reference; consider making it a const reference
|
src/c/backend/include/containers.hpp#L57
the parameter 'name' is copied for each invocation but only used as a const reference; consider making it a const reference
|
src/c/backend/include/containers.hpp#L62
the parameter 'name' is copied for each invocation but only used as a const reference; consider making it a const reference
|
src/c/backend/include/containers.hpp#L115
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L117
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L124
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L126
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L133
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L1
File src/c/backend/include/containers.hpp does not conform to LLVM style guidelines. (lines 478, 479, 480, 481, 482, 483, 484, 490, 594, 608)
|
src/c/backend/include/device_queues.hpp#L1
File src/c/backend/include/device_queues.hpp does not conform to LLVM style guidelines. (lines 13, 14, 15, 16, 48, 50, 51, 54)
|
The logs for this run have expired and are no longer available.
Loading