[TRTRTX EP] Support custom-ops used in NVFP4 recipe #48773
lint.yml
on: pull_request
Optional Lint
40s
Python format
1m 57s
Optional Lint C++
31m 17s
Lint JavaScript
54s
Annotations
7 warnings
|
Python format
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
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/nv_tensorrt_rtx/nv_execution_provider_custom_ops.cc#L45
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/nv_tensorrt_rtx/nv_execution_provider_custom_ops.cc:45: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
|
Optional Lint C++:
onnxruntime/core/providers/nv_tensorrt_rtx/nv_execution_provider_custom_ops.cc#L44
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/nv_tensorrt_rtx/nv_execution_provider_custom_ops.cc:44: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|