[IREE-EP] Integrate iree async module in the IREE-EP #18
Annotations
6 warnings
onnxruntime/core/providers/iree/iree_ep_runtime.cc#L7
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: iree_ep_runtime.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/iree/iree_ep_runtime.cc:7: Found C++ system header after other header. Should be: iree_ep_runtime.h, c system, c++ system, other. [build/include_order] [4]
|
onnxruntime/core/providers/iree/iree_ep_runtime.cc#L291
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/iree/iree_ep_runtime.cc:291: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
onnxruntime/core/providers/iree/iree_ep_runtime.cc#L200
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/iree/iree_ep_runtime.cc:200: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
onnxruntime/core/providers/iree/iree_ep_runtime.cc#L286
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for copy [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/iree/iree_ep_runtime.cc:286: Add #include <algorithm> for copy [build/include_what_you_use] [4]
|
onnxruntime/core/providers/iree/iree_ep_runtime.cc#L294
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/iree/iree_ep_runtime.cc:294: Add #include <string> for string [build/include_what_you_use] [4]
|
onnxruntime/core/providers/iree/iree_ep_runtime.h#L11
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/iree/iree_ep_runtime.h:11: Include the directory when naming header files [build/include_subdir] [4]
|
This job succeeded
Loading