[CUDA EP] Fix BeamSearch on T5 with sequence_as_input_ids (#20667) #37091
lint.yml
on: pull_request
Optional Lint
35s
Python format
3m 6s
Optional Lint C++
31m 56s
Lint JavaScript
35s
Annotations
9 warnings
Optional Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
Optional Lint C++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++:
onnxruntime/contrib_ops/cpu/transformers/subgraph_t5_decoder.cc#L175
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/transformers/subgraph_t5_decoder.cc:175: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Optional Lint C++:
onnxruntime/contrib_ops/cpu/transformers/subgraph_t5_decoder.cc#L190
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/transformers/subgraph_t5_decoder.cc:190: Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
|
Optional Lint C++:
onnxruntime/contrib_ops/cpu/transformers/subgraph_t5_decoder.cc#L205
[cpplint] reported by reviewdog 🐶
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/transformers/subgraph_t5_decoder.cc:205: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|