[Migraphx EP] Static int8 QDQ support #21580
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
Optional Lint
46s
Python format
5m 58s
Lint C++
37m 25s
Lint JavaScript
28s
Annotations
2 errors and 16 warnings
Python format
Process completed with exit code 1.
|
Lint C++
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
|
Optional Lint:
onnxruntime/python/onnxruntime_pybind_state.cc#L821
[misspell] reported by reviewdog 🐶
"Neverthless" is a misspelling of "Nevertheless"
Raw Output:
./onnxruntime/python/onnxruntime_pybind_state.cc:821:52: "Neverthless" is a misspelling of "Nevertheless"
|
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
Lint C++:
onnxruntime/core/providers/migraphx/migraphx_call.cc#L11
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_call.cc:11: Include the directory when naming header files [build/include_subdir] [4]
|
Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.h#L8
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: migraphx_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.h:8: Found C system header after C++ system header. Should be: migraphx_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.h#L9
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: migraphx_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.h:9: Found C system header after C++ system header. Should be: migraphx_execution_provider.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider_utils.h#L155
[cpplint] reported by reviewdog 🐶
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider_utils.h:155: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L724
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:724: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L728
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:728: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L736
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:736: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L763
[cpplint] reported by reviewdog 🐶
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:763: Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L764
[cpplint] reported by reviewdog 🐶
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:764: Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
|
Lint C++:
onnxruntime/python/onnxruntime_pybind_state.cc#L764
[cpplint] reported by reviewdog 🐶
Use operator || instead of or [readability/alt_tokens] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_state.cc:764: Use operator || instead of or [readability/alt_tokens] [2]
|