Adding DML to python cuda package #35951
Triggered via pull request
October 30, 2024 14:14
Status
Failure
Total duration
2h 35m 11s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
37s
Python format
47s
Optional Lint C++
31m 29s
Lint JavaScript
25s
Annotations
3 errors and 11 warnings
Python format
Process completed with exit code 127.
|
Python format
Process completed with exit code 2.
|
Python format
Path does not exist: lintrunner.sarif
|
Optional Lint C++:
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]
|
Optional Lint C++:
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]
|
Optional Lint C++:
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]
|
Optional Lint C++:
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]
|
Optional Lint C++:
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]
|
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Python format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|