Skip to content

[TensorRT EP] Add new provider option to exclude specific ops from running on TRT #36747

[TensorRT EP] Add new provider option to exclude specific ops from running on TRT

[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
Fit to window
Zoom out
Zoom in

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]