mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
Remove attention_past.cu and attention_transpose.cu from hipify to fix AMD build (#5921)
* remove attention_transpose.cu and attention_past.cu from hipify * remove print line * remove trailing ws for flake test * fix ws onre mor etime
This commit is contained in:
parent
8b83c51a35
commit
4d603e83d7
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ contrib_ops_files = [
|
|||
'bert/attention.h',
|
||||
'bert/attention_impl.cu',
|
||||
'bert/attention_impl.h',
|
||||
'bert/attention_transpose.cu',
|
||||
'bert/attention_past.cu',
|
||||
'bert/embed_layer_norm.cc',
|
||||
'bert/embed_layer_norm.h',
|
||||
'bert/embed_layer_norm_impl.cu',
|
||||
|
|
|
|||
Loading…
Reference in a new issue