118 debugimprove multi gpu scheduling #12
Annotations
10 errors, 10 warnings, and 3 notices
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/resources.hpp#L63
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#L69
no type named 'string_view' in namespace 'std'
|
src/c/backend/include/resources.hpp#L77
no type named 'string_view' in namespace 'std'
|
src/c/backend/include/containers.hpp#L24
inclusion of deprecated C++ header 'assert.h'; consider using 'cassert' instead
|
src/c/backend/include/containers.hpp#L50
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#L67
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#L69
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#L74
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#L127
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L129
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L136
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L138
use a trailing return type for this function
|
src/c/backend/include/containers.hpp#L145
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 43, 44, 46, 48, 490, 491, 492, 493, 494, 495, 496)
|
src/c/backend/include/device_queues.hpp#L1
File src/c/backend/include/device_queues.hpp does not conform to LLVM style guidelines. (lines 8, 38, 42, 43, 44)
|
src/c/backend/include/runtime.hpp#L1
File src/c/backend/include/runtime.hpp does not conform to LLVM style guidelines. (lines 40, 70, 71, 73, 75, 1029, 1088, 1127, 1128, 1132, 1133, 1139, 1140, 1167)
|
The logs for this run have expired and are no longer available.
Loading