Adding DML to python cuda package #35951
Annotations
5 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/BucketizedBufferAllocator.cpp#L44
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/BucketizedBufferAllocator.cpp:44: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlExternalBufferAllocator.h#L23
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlExternalBufferAllocator.h:23: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/session/inference_session.cc#L1668
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/session/inference_session.cc:1668: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/python/onnxruntime_pybind_ortvalue.cc#L108
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_ortvalue.cc:108: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/python/onnxruntime_pybind_ortvalue.cc#L108
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/python/onnxruntime_pybind_ortvalue.cc:108: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Loading