Make MultiHeadAttention op return attention probabilities #37274
Triggered via pull request
December 16, 2024 16:24
Status
Success
Total duration
30m 50s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
39s
Python format
3m 20s
Optional Lint C++
30m 39s
Lint JavaScript
25s
Annotations
10 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/bert/multihead_attention.cc#L164
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/multihead_attention.cc:164: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/cuda/bert/multihead_attention.cc#L182
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/contrib_ops/cuda/bert/multihead_attention.cc:182: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/cuda/bert/multihead_attention.cc#L227
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/contrib_ops/cuda/bert/multihead_attention.cc:227: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint C++:
onnxruntime/contrib_ops/cuda/bert/multihead_attention.cc#L351
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/contrib_ops/cuda/bert/multihead_attention.cc:351: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|