From 4d603e83d7b42087301dbb5fb042fe6972cca070 Mon Sep 17 00:00:00 2001 From: Suffian Khan Date: Tue, 24 Nov 2020 20:49:06 -0500 Subject: [PATCH] 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 --- tools/ci_build/amd_hipify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci_build/amd_hipify.py b/tools/ci_build/amd_hipify.py index 935b209229..7b1de841f7 100644 --- a/tools/ci_build/amd_hipify.py +++ b/tools/ci_build/amd_hipify.py @@ -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',