[IREE][EP] Add support for rocm backend #12
Annotations
4 warnings
onnxruntime/core/providers/iree/compiler/jit_compiler.h#L15
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: jit_compiler.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/iree/compiler/jit_compiler.h:15: Found C++ system header after other header. Should be: jit_compiler.h, c system, c++ system, other. [build/include_order] [4]
|
onnxruntime/core/providers/iree/iree_ep_runtime.cc#L241
[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:241: Add #include <string> for string [build/include_what_you_use] [4]
|
onnxruntime/core/providers/iree/iree_ep_runtime.h#L10
[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.h:10: 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.h#L34
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/iree/iree_ep_runtime.h:34: Add #include <string> for string [build/include_what_you_use] [4]
|
This job succeeded
Loading