[Migraphx EP] Static int8 QDQ support #21864
Annotations
1 error and 10 warnings
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
|
include/onnxruntime/core/session/onnxruntime_c_api.h#L603
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:603: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
include/onnxruntime/core/session/onnxruntime_c_api.h#L604
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:604: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
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]
|
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]
|
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]
|
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]
|
onnxruntime/core/providers/migraphx/migraphx_provider_factory.cc#L51
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_provider_factory.cc:51: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
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]
|
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]
|
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]
|
The logs for this run have expired and are no longer available.
Loading