Add support for NHWC GridSample in the CUDA EP and enable grid_sample_test for all EPs #26444
Annotations
5 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc#L416
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc:416: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cuda/grid_sample_impl.cu#L222
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
onnxruntime/contrib_ops/cuda/grid_sample_impl.cu:222: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cuda/grid_sample_impl.cu#L249
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
onnxruntime/contrib_ops/cuda/grid_sample_impl.cu:249: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/cuda_execution_provider.cc#L2147
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cuda/cuda_execution_provider.cc:2147: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/shared_inc/cuda_utils.h#L171
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/cuda/shared_inc/cuda_utils.h:171: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
The logs for this run have expired and are no longer available.
Loading