Skip to content

Whisper Redesigned Solution #40028

Whisper Redesigned Solution

Whisper Redesigned Solution #40028

Triggered via pull request March 13, 2025 17:16
Status Success
Total duration 32m 20s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
Optional Lint C++
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
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++: onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h#L177
[cpplint] reported by reviewdog 🐶 Add #include <utility> for move [build/include_what_you_use] [4] Raw Output: onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h:177: Add #include <utility> for move [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_impl.cu#L764
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<int64_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_impl.cu:764: Using C-style cast. Use static_cast<int64_t>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_impl.cu#L844
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<int64_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_impl.cu:844: Using C-style cast. Use static_cast<int64_t>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_impl.cu#L849
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<int64_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_impl.cu:849: Using C-style cast. Use static_cast<int64_t>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_impl.cu#L901
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<int64_t>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_impl.cu:901: Using C-style cast. Use static_cast<int64_t>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_kv_cache.cu#L641
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_kv_cache.cu:641: Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_kv_cache.h#L6
[cpplint] reported by reviewdog 🐶 Found C system header after other header. Should be: attention_kv_cache.h, c system, c++ system, other. [build/include_order] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_kv_cache.h:6: Found C system header after other header. Should be: attention_kv_cache.h, c system, c++ system, other. [build/include_order] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_qk.cu#L7
[cpplint] reported by reviewdog 🐶 Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_qk.cu:7: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_qk.h#L7
[cpplint] reported by reviewdog 🐶 Found C system header after other header. Should be: attention_qk.h, c system, c++ system, other. [build/include_order] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_qk.h:7: Found C system header after other header. Should be: attention_qk.h, c system, c++ system, other. [build/include_order] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/decoder_masked_multihead_attention.cc#L149
[cpplint] reported by reviewdog 🐶 Add #include <vector> for vector<> [build/include_what_you_use] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/decoder_masked_multihead_attention.cc:149: Add #include <vector> for vector<> [build/include_what_you_use] [4]