[TensorRT EP] Add new provider option to exclude specific ops from running on TRT #36747
Triggered via pull request
November 19, 2024 17:40
Status
Success
Total duration
31m 33s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
40s
Python format
3m 15s
Optional Lint C++
31m 22s
Lint JavaScript
24s
Annotations
7 warnings
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Optional Lint C++:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L2492
[cpplint] reported by reviewdog 🐶
Add #include <set> for set<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:2492: Add #include <set> for set<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h#L60
[cpplint] reported by reviewdog 🐶
For a static/global string constant, use a C style string instead: "static const char kOpTypesToExclude[]". [runtime/string] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h:60: For a static/global string constant, use a C style string instead: "static const char kOpTypesToExclude[]". [runtime/string] [4]
|
Optional Lint C++:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider_info.h#L63
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider_info.h:63: Add #include <string> for string [build/include_what_you_use] [4]
|