Skip to content

[CUDA] Attention kernel provider option #31736

[CUDA] Attention kernel provider option

[CUDA] Attention kernel provider option #31736

Triggered via pull request July 18, 2024 07:16
Status Success
Total duration 13m 53s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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#L41
[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:41: Lines should be <= 120 characters long [whitespace/line_length] [2]
Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_kernel_options.cc#L13
[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_kernel_options.cc:13: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint C++: onnxruntime/contrib_ops/cuda/bert/attention_kernel_options.h#L5
[cpplint] reported by reviewdog 🐶 <mutex> is an unapproved C++11 header. [build/c++11] [5] Raw Output: onnxruntime/contrib_ops/cuda/bert/attention_kernel_options.h:5: <mutex> is an unapproved C++11 header. [build/c++11] [5]
Lint C++: onnxruntime/contrib_ops/cuda/bert/packed_attention.h#L23
[cpplint] reported by reviewdog 🐶 Single-parameter constructors should be marked explicit. [runtime/explicit] [5] Raw Output: onnxruntime/contrib_ops/cuda/bert/packed_attention.h:23: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]