Skip to content

[CUDA EP] Fix BeamSearch on T5 with sequence_as_input_ids (#20667) #37091

[CUDA EP] Fix BeamSearch on T5 with sequence_as_input_ids (#20667)

[CUDA EP] Fix BeamSearch on T5 with sequence_as_input_ids (#20667) #37091

Triggered via pull request December 6, 2024 11:44
Status Success
Total duration 32m 12s
Artifacts

lint.yml

on: pull_request
Optional Lint
35s
Optional Lint
Python format
3m 6s
Python format
Optional Lint C++
31m 56s
Optional Lint C++
Lint JavaScript
35s
Lint JavaScript
Fit to window
Zoom out
Zoom in

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]