Implement Flash Attention 2 for webgpu EP #38654
Annotations
7 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc#L10
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc:10: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc#L11
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc:11: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc#L12
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc:12: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc#L13
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc:13: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc#L428
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.cc:428: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.h#L16
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.h:16: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.h#L36
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/webgpu/bert/flash_attention.h:36: Add #include <string> for string [build/include_what_you_use] [4]
|
Loading