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:
Suffian Khan 2020-11-24 20:49:06 -05:00 committed by GitHub
parent 8b83c51a35
commit 4d603e83d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',