cuda graph enhancement #27044
Annotations
5 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/cuda_graph.h#L21
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/core/providers/cuda/cuda_graph.h:21: You don't need a ; after a } [readability/braces] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/cuda_graph.h#L34
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/core/providers/cuda/cuda_graph.h:34: You don't need a ; after a } [readability/braces] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/cuda_graph.h#L35
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/core/providers/cuda/cuda_graph.h:35: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/rocm/rocm_execution_provider.cc#L360
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/rocm/rocm_execution_provider.cc:360: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/session/inference_session.h#L870
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/session/inference_session.h:870: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Loading