Enable generic feature level devices in DML EP #27827
Annotations
4 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/dml_provider_factory.cc#L7
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: dml_provider_factory.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/dml/dml_provider_factory.cc:7: Found C system header after C++ system header. Should be: dml_provider_factory.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/dml_provider_factory.cc#L8
[cpplint] reported by reviewdog 🐶
Found C system header after C++ system header. Should be: dml_provider_factory.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/dml/dml_provider_factory.cc:8: Found C system header after C++ system header. Should be: dml_provider_factory.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/dml_provider_factory.cc#L559
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
onnxruntime/core/providers/dml/dml_provider_factory.cc:559: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/dml_provider_factory_creator.h#L14
[cpplint] reported by reviewdog 🐶
Found C system header after other header. Should be: dml_provider_factory_creator.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/dml/dml_provider_factory_creator.h:14: Found C system header after other header. Should be: dml_provider_factory_creator.h, c system, c++ system, other. [build/include_order] [4]
|
Loading