[VitisAI] Add profiler interface for vitisai #37084
Annotations
1 error and 11 warnings
Run reviewdog/action-cpplint@master
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Loading