optimize threading of mha #27944
Annotations
6 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h#L155
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h:155: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h#L156
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h:156: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h#L166
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h:166: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h#L263
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h:263: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h#L264
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h:264: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h#L266
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h:266: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Loading