reviewdog [cpplint] report
reported by reviewdog 🐶
Findings (59)
onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc|275| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise.cc|130| Missing space before { [whitespace/braces] [5]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|43| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|69| Missing space before { [whitespace/braces] [5]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|69| Missing space before else [whitespace/braces] [5]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|86| Using deprecated casting style. Use static_cast(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|90| Using deprecated casting style. Use static_cast(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|122| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|139| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|140| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|140| Using deprecated casting style. Use static_cast(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|178| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|183| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|184| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|194| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|194| Using deprecated casting style. Use static_cast(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc|9| onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc should include its header file onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.h [build/include] [5]
onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc|328| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc|329| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantizeLinear_blockwise.cc|14| Include the directory when naming header files [build/include_subdir] [4]
onnxruntime/contrib_ops/cuda/quantization/dequantizeLinear_blockwise.cc|19| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|382| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|615| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|616| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|656| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|657| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|658| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|659| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|660| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|660| Using C-style cast. Use reinterpret_cast<scalar_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|662| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|663| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|664| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|665| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|666| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|666| Using C-style cast. Use reinterpret_cast<scalar_t*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|704| Using C-style cast. Use reinterpret_cast<half*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|710| Using C-style cast. Use reinterpret_cast<half*>(...) instead [readability/casting] [4]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu|463| Add #include for min [build/include_what_you_use] [4]
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cuh|86| Namespace should be terminated with "// namespace GPTQPacking" [readability/namespace] [5]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.cc|10| Include the directory when naming header files [build/include_subdir] [4]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.cc|37| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.cu|373| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.cu|553| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.cu|651| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.cu|653| Namespace should be terminated with "// namespace GPTQPacking" [readability/namespace] [5]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.cu|522| Add #include for min [build/include_what_you_use] [4]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.cuh|47| Namespace should be terminated with "// namespace GPTQPacking" [readability/namespace] [5]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.h|17| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/cuda/quantization/matmul_nbits.h|50| Add #include for string [build/include_what_you_use] [4]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3398| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3399| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3412| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3413| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3414| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3478| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3493| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3494| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/graph/contrib_ops/contrib_defs.cc|3478| Add #include for string [build/include_what_you_use] [4]
Filtered Findings (818742)
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|50| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|54| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|149| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|154| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|325| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|347| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|413| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|763| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|768| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|774| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|781| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|782| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|783| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|792| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|797| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|803| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|50| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|54| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|149| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|154| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|319| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|341| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|411| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|748| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|753| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|759| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|766| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|767| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|768| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|777| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|782| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|788| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|845| { should almost always be at the end of the previous line [whitespace/braces] [4]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|22| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_ALGORITHM_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|64| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_ALGORITHM_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/container.h|40| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_CONTAINER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/container.h|1730| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_CONTAINER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/attributes.h|34| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_ATTRIBUTES_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/attributes.h|878| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_ATTRIBUTES_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once.h|25| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CALL_ONCE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once.h|225| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CALL_ONCE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once_test.cc|17| is an unapproved C++11 header. [build/c++11] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once_test.cc|64| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/casts.h|24| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CASTS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/casts.h|180| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CASTS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|48| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONFIG_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|1004| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONFIG_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|1000| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/_deps/abseil_cpp-src/absl/base/const_init.h|22| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONST_INIT_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/const_init.h|76| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONST_INIT_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/dynamic_annotations.h|45| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_DYNAMIC_ANNOTATIONS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/dynamic_annotations.h|496| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_DYNAMIC_ANNOTATIONS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/exception_safety_testing_test.cc|477| Add #include for move [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/exception_safety_testing_test.cc|588| Add #include for unique_ptr<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook.h|200| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook_test_helper.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_TEST_HELPER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook_test_helper.h|34| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_TEST_HELPER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cmake_thread_test.cc|21| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock.h|42| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock.h|144| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock_config.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_CONFIG_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock_config.h|55| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_CONFIG_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|18| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DIRECT_MMAP_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|170| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DIRECT_MMAP_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|130| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/dynamic_annotations.h|45| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DYNAMIC_ANNOTATIONS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/dynamic_annotations.h|398| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DYNAMIC_ANNOTATIONS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ENDIAN_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian.h|283| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ENDIAN_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian_test.cc|86| Add #include for swap [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/errno_saver.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ERRNO_SAVER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/errno_saver.h|43| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ERRNO_SAVER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_SAFETY_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|1109| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_SAFETY_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|733| Add #include for numeric_limits<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|797| Add #include for forward [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|889| Add #include for unique_ptr<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|934| Add #include for vector<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_testing.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_testing.h|42| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_FAST_TYPE_ID_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id.h|50| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_FAST_TYPE_ID_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|29| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|30| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|33| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|34| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|35| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|36| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|108| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/hide_ptr.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_HIDE_PTR_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/hide_ptr.h|51| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_HIDE_PTR_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/identity.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_IDENTITY_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/identity.h|37| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_IDENTITY_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable.h|107| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable_testing.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable_testing.h|46| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/invoke.h|37| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INVOKE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/invoke.h|241| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INVOKE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_ALLOC_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc.h|127| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_ALLOC_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|61| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|100| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|103| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|110| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_scheduling.h|18| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_SCHEDULING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_scheduling.h|134| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_SCHEDULING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/nullability_impl.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_NULLABILITY_IMPL_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/nullability_impl.h|106| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_NULLABILITY_IMPL_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/per_thread_tls.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_PER_THREAD_TLS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/per_thread_tls.h|52| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_PER_THREAD_TLS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/pretty_function.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_PRETTY_FUNCTION_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/pretty_function.h|33| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_PRETTY_FUNCTION_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/raw_logging.h|19| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_RAW_LOGGING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/raw_logging.h|215| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_RAW_LOGGING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/scheduling_mode.h|18| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SCHEDULING_MODE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/scheduling_mode.h|58| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SCHEDULING_MODE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/scoped_set_env.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SCOPED_SET_ENV_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/scoped_set_env.h|45| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SCOPED_SET_ENV_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/spinlock.cc|61| Extra space before ( in function call [whitespace/parens] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/spinlock.h|29| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SPINLOCK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/spinlock.h|265| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SPINLOCK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/spinlock_wait.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SPINLOCK_WAIT_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/spinlock_wait.h|95| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SPINLOCK_WAIT_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/strerror.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_STRERROR_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/strerror.h|39| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_STRERROR_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/sysinfo.cc|199| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/sysinfo.cc|219| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/sysinfo.cc|318| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/sysinfo.h|24| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SYSINFO_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/sysinfo.h|74| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_SYSINFO_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/thread_identity.h|20| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_THREAD_IDENTITY_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/thread_identity.h|269| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_THREAD_IDENTITY_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/throw_delegate.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_THROW_DELEGATE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/throw_delegate.h|75| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_THROW_DELEGATE_H_" [build/header_guard] [5]
... (Too many findings. Dropped some findings)
Annotations
Check warning on line 275 in onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc#L275
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc:275: Lines should be <= 120 characters long [whitespace/line_length] [2]
Check warning on line 130 in onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise.cc#L130
Missing space before { [whitespace/braces] [5]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise.cc:130: Missing space before { [whitespace/braces] [5]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L43
Should have a space between // and comment [whitespace/comments] [4]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:43: Should have a space between // and comment [whitespace/comments] [4]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L69
Missing space before { [whitespace/braces] [5]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:69: Missing space before { [whitespace/braces] [5]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L69
Missing space before else [whitespace/braces] [5]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:69: Missing space before else [whitespace/braces] [5]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L86
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:86: Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L90
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:90: Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L122
Should have a space between // and comment [whitespace/comments] [4]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:122: Should have a space between // and comment [whitespace/comments] [4]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L139
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:139: Lines should be <= 120 characters long [whitespace/line_length] [2]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L140
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:140: Lines should be <= 120 characters long [whitespace/line_length] [2]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L140
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:140: Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L178
Should have a space between // and comment [whitespace/comments] [4]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:178: Should have a space between // and comment [whitespace/comments] [4]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L183
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:183: Lines should be <= 120 characters long [whitespace/line_length] [2]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L184
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:184: Lines should be <= 120 characters long [whitespace/line_length] [2]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L194
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:194: Lines should be <= 120 characters long [whitespace/line_length] [2]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L194
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:194: Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc#L9
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc should include its header file onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.h [build/include] [5]
Raw output
onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc:9: onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.cc should include its header file onnxruntime/contrib_ops/cpu/quantization/dequantizeLinear_blockwise_imp.h [build/include] [5]
Check warning on line 328 in onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc#L328
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc:328: Lines should be <= 120 characters long [whitespace/line_length] [2]
Check warning on line 329 in onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc#L329
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc:329: Lines should be <= 120 characters long [whitespace/line_length] [2]
Check warning on line 14 in onnxruntime/contrib_ops/cuda/quantization/dequantizeLinear_blockwise.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cuda/quantization/dequantizeLinear_blockwise.cc#L14
Include the directory when naming header files [build/include_subdir] [4]
Raw output
onnxruntime/contrib_ops/cuda/quantization/dequantizeLinear_blockwise.cc:14: Include the directory when naming header files [build/include_subdir] [4]
Check warning on line 19 in onnxruntime/contrib_ops/cuda/quantization/dequantizeLinear_blockwise.cc
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cuda/quantization/dequantizeLinear_blockwise.cc#L19
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw output
onnxruntime/contrib_ops/cuda/quantization/dequantizeLinear_blockwise.cc:19: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Check warning on line 382 in onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu#L382
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu:382: Lines should be <= 120 characters long [whitespace/line_length] [2]
Check warning on line 615 in onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu#L615
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu:615: Lines should be <= 120 characters long [whitespace/line_length] [2]
Check warning on line 616 in onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu#L616
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu:616: Lines should be <= 120 characters long [whitespace/line_length] [2]
Check warning on line 656 in onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu
github-actions / cpplint
[cpplint] onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu#L656
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/cuda/quantization/dequantize_blockwise.cu:656: Lines should be <= 120 characters long [whitespace/line_length] [2]