[DML] Hide command list reset latency with multiple threads #28038
Annotations
4 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp#L337
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp:337: Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp#L376
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp:376: Add #include <utility> for move [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.h#L107
[cpplint] reported by reviewdog 🐶
Add #include <list> for list<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.h:107: Add #include <list> for list<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.h#L107
[cpplint] reported by reviewdog 🐶
Add #include <memory> for shared_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.h:107: Add #include <memory> for shared_ptr<> [build/include_what_you_use] [4]
|
Loading