Skip to content

118 debugimprove multi gpu scheduling #7

118 debugimprove multi gpu scheduling

118 debugimprove multi gpu scheduling #7

Triggered via pull request November 22, 2023 00:45
Status Success
Total duration 37s
Artifacts

lint_cpp.yml

on: pull_request
cpp-linter
26s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 2 notices
/src/c/backend/include/resources.hpp:27:48 [clang-diagnostic-error]: src/c/backend/include/resources.hpp#L27
expected '(' for function-style cast or type construction
/src/c/backend/include/resources.hpp:56:32 [clang-diagnostic-error]: 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:62:23 [clang-diagnostic-error]: src/c/backend/include/resources.hpp#L62
use of class template 'std::array' requires template arguments
/src/c/backend/include/resources.hpp:62:50 [clang-diagnostic-error]: 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:62:70 [clang-diagnostic-error]: 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:24:10 [modernize-deprecated-headers]: src/c/backend/include/containers.hpp#L24
inclusion of deprecated C++ header 'assert.h'; consider using 'cassert' instead
/src/c/backend/include/containers.hpp:38:29 [cppcoreguidelines-special-member-functions]: 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:55:31 [performance-unnecessary-value-param]: 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:57:31 [performance-unnecessary-value-param]: 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:62:31 [performance-unnecessary-value-param]: 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
Run clang-format on src/c/backend/include/containers.hpp: 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)
Run clang-format on src/c/backend/include/device_queues.hpp: 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)