[QNN EP] [DRAFT] Support Conv float weight/bias. #36765
Triggered via pull request
November 20, 2024 21:35
Status
Success
Total duration
35m 39s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
37s
Python format
3m 13s
Optional Lint C++
30m 56s
Lint JavaScript
38s
Annotations
6 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/qnn/builder/qnn_utils.cc#L583
[cpplint] reported by reviewdog 🐶
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_utils.cc:583: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/qnn/builder/qnn_utils.cc#L659
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/qnn_utils.cc:659: Add #include <algorithm> for min [build/include_what_you_use] [4]
|