[MIGraphX EP] Add migx ep fp8 support and int4 weights #38378
lint.yml
on: pull_request
Optional Lint
35s
Python format
3m 44s
Optional Lint C++
32m 24s
Lint JavaScript
33s
Annotations
13 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/migraphx/migraphx_execution_provider.cc#L128
[cpplint] reported by reviewdog 🐶
Use operator && instead of and [readability/alt_tokens] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:128: Use operator && instead of and [readability/alt_tokens] [2]
|
Optional Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L132
[cpplint] reported by reviewdog 🐶
Use operator ^ instead of xor [readability/alt_tokens] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:132: Use operator ^ instead of xor [readability/alt_tokens] [2]
|
Optional Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L137
[cpplint] reported by reviewdog 🐶
Use operator || instead of or [readability/alt_tokens] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:137: Use operator || instead of or [readability/alt_tokens] [2]
|
Optional Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L185
[cpplint] reported by reviewdog 🐶
Use operator && instead of and [readability/alt_tokens] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:185: Use operator && instead of and [readability/alt_tokens] [2]
|
Optional Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L213
[cpplint] reported by reviewdog 🐶
Use operator || instead of or [readability/alt_tokens] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:213: Use operator || instead of or [readability/alt_tokens] [2]
|
Optional Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1226
[cpplint] reported by reviewdog 🐶
Use operator ^ instead of xor [readability/alt_tokens] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1226: Use operator ^ instead of xor [readability/alt_tokens] [2]
|
Optional Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1430
[cpplint] reported by reviewdog 🐶
Use operator ^ instead of xor [readability/alt_tokens] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1430: Use operator ^ instead of xor [readability/alt_tokens] [2]
|
Optional Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1430
[cpplint] reported by reviewdog 🐶
Use operator && instead of and [readability/alt_tokens] [2]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1430: Use operator && instead of and [readability/alt_tokens] [2]
|
Optional Lint C++:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1234
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1234: Add #include <utility> for move [build/include_what_you_use] [4]
|