[VitisAI] Add profiler interface for vitisai #37084
lint.yml
on: pull_request
Optional Lint
34s
Python format
3m 18s
Optional Lint C++
31m 47s
Lint JavaScript
35s
Annotations
2 errors and 17 warnings
Python format
Process completed with exit code 1.
|
Optional 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.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Optional Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint:
onnxruntime/core/providers/vitisai/vitisai_execution_provider.h#L42
[misspell] reported by reviewdog 🐶
"compliation" is a misspelling of "compilation"
Raw Output:
./onnxruntime/core/providers/vitisai/vitisai_execution_provider.h:42:47: "compliation" is a misspelling of "compilation"
|
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++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/imp/global_api.cc#L87
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/vitisai/imp/global_api.cc:87: Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h#L36
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h:36: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h#L37
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h:37: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h#L32
[cpplint] reported by reviewdog 🐶
Add #include <tuple> for tuple<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h:32: Add #include <tuple> for tuple<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h#L33
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h:33: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h#L41
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/vitisai/include/vaip/global_api.h:41: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/vitisai_execution_provider.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/vitisai/vitisai_execution_provider.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/vitisai_execution_provider.cc#L141
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/vitisai/vitisai_execution_provider.cc:141: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/vitisai_profiler.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/vitisai/vitisai_profiler.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/vitisai/vitisai_profiler.cc#L21
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/vitisai/vitisai_profiler.cc:21: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|