mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
exclude packed_attention* from rocm (#15161)
exclude Contrib op PackedAttention from ROCM EP
This commit is contained in:
parent
fc3a2a3771
commit
dccbe9d492
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ set(contrib_ops_excluded_files
|
|||
"bert/tensorrt_fused_multihead_attention/*"
|
||||
"bert/transformer_common.h"
|
||||
"bert/transformer_common.cc"
|
||||
"bert/packed_attention.h"
|
||||
"bert/packed_attention.cc"
|
||||
"bert/packed_attention_impl.h"
|
||||
"bert/packed_attention_impl.cu"
|
||||
"diffusion/group_norm_impl.cu"
|
||||
"diffusion/nhwc_conv.cc"
|
||||
"math/complex_mul.cc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue