Add LabelEncoder CUDA execution provider for numeric types #53978
Annotations
1 error and 10 warnings
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.h#L53
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.h:53: Add #include <string> for string [build/include_what_you_use] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.h#L40
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.h:40: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.h#L18
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.h:18: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.cc#L221
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.cc:221: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.cc#L189
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.cc:189: Add #include <utility> for move [build/include_what_you_use] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.cc#L123
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.cc:123: Add #include <string> for string [build/include_what_you_use] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.cc#L14
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: label_encoder.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.cc:14: Found C++ system header after other header. Should be: label_encoder.h, c system, c++ system, other. [build/include_order] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.cc#L13
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: label_encoder.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.cc:13: Found C++ system header after other header. Should be: label_encoder.h, c system, c++ system, other. [build/include_order] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.cc#L12
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: label_encoder.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.cc:12: Found C++ system header after other header. Should be: label_encoder.h, c system, c++ system, other. [build/include_order] [4]
|
|
onnxruntime/core/providers/cuda/ml/label_encoder.cc#L11
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: label_encoder.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/cuda/ml/label_encoder.cc:11: Found C++ system header after other header. Should be: label_encoder.h, c system, c++ system, other. [build/include_order] [4]
|
The logs for this run have expired and are no longer available.
Loading