Add support for CUDA architecture family codes (#27278) #50485
Annotations
1 error and 10 warnings
|
Run reviewdog/action-cpplint@master
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/float16.h#L214
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
Raw Output:
include/onnxruntime/core/common/float16.h:214: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/float16.h#L99
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
Raw Output:
include/onnxruntime/core/common/float16.h:99: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/float16.h#L9
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
include/onnxruntime/core/common/float16.h:9: Include the directory when naming header files [build/include_subdir] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/exceptions.h#L27
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/common/exceptions.h:27: You don't need a ; after a } [readability/braces] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/exceptions.h#L22
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/common/exceptions.h:22: You don't need a ; after a } [readability/braces] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/exceptions.h#L21
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/common/exceptions.h:21: You don't need a ; after a } [readability/braces] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/eigen_common_wrapper.h#L8
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
include/onnxruntime/core/common/eigen_common_wrapper.h:8: Include the directory when naming header files [build/include_subdir] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/const_pointer_container.h#L53
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
include/onnxruntime/core/common/const_pointer_container.h:53: You don't need a ; after a } [readability/braces] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/common.h#L287
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
include/onnxruntime/core/common/common.h:287: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/common/common.h#L282
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
include/onnxruntime/core/common/common.h:282: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Loading