TensorRT EP: Weightless API integration in ONNX Runtime #27493
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3522
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3522: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3531
[cpplint] reported by reviewdog 🐶
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3531: { should almost always be at the end of the previous line [whitespace/braces] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3533
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3533: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3539
[cpplint] reported by reviewdog 🐶
An else should appear on the same line as the preceding } [whitespace/newline] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3539: An else should appear on the same line as the preceding } [whitespace/newline] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3539
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3539: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3554
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<char*>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3554: Using C-style cast. Use reinterpret_cast<char*>(...) instead [readability/casting] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3566
[cpplint] reported by reviewdog 🐶
Missing space before ( in if( [whitespace/parens] [5]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3566: Missing space before ( in if( [whitespace/parens] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3568
[cpplint] reported by reviewdog 🐶
Missing space before ( in if( [whitespace/parens] [5]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3568: Missing space before ( in if( [whitespace/parens] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3572
[cpplint] reported by reviewdog 🐶
An else should appear on the same line as the preceding } [whitespace/newline] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3572: An else should appear on the same line as the preceding } [whitespace/newline] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L3572
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:3572: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Loading