Make CUDA a NHWC EP #20745
lint.yml
on: pull_request
Optional Lint
1m 14s
Python format
4m 48s
Lint C++
29m 38s
Lint JavaScript
56s
Annotations
9 warnings
Optional Lint:
onnxruntime/core/providers/cuda/nn/conv.cc#L18
[misspell] reported by reviewdog 🐶
"versoin" is a misspelling of "version"
Raw Output:
./onnxruntime/core/providers/cuda/nn/conv.cc:18:47: "versoin" is a misspelling of "version"
|
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 `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/
|
Lint C++:
include/onnxruntime/core/providers/cuda/cuda_provider_options.h#L38
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/providers/cuda/cuda_provider_options.h:38: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/contrib_ops/cuda/conv_transpose_with_dynamic_pads.h#L16
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/contrib_ops/cuda/conv_transpose_with_dynamic_pads.h:16: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Lint C++:
onnxruntime/test/perftest/command_args_parser.cc#L57
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/perftest/command_args_parser.cc:57: Lines should be <= 120 characters long [whitespace/line_length] [2]
|