From a83660629c75a1c6beb31347a0a201b672656784 Mon Sep 17 00:00:00 2001 From: Your Date: Mon, 8 Jan 2024 21:46:42 +0000 Subject: [PATCH] exclude rocm --- cmake/onnxruntime_rocm_hipify.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/onnxruntime_rocm_hipify.cmake b/cmake/onnxruntime_rocm_hipify.cmake index f70961a66329a..f5b2adbd25c08 100644 --- a/cmake/onnxruntime_rocm_hipify.cmake +++ b/cmake/onnxruntime_rocm_hipify.cmake @@ -44,6 +44,7 @@ set(contrib_ops_excluded_files "bert/packed_multihead_attention.cc" "bert/packed_multihead_attention_impl.h" "bert/packed_multihead_attention_impl.cu" + "cutlass_extensions/*" "diffusion/group_norm.cc" "diffusion/group_norm_impl.cu" "diffusion/group_norm_impl.h"