From fc48a643fd8e36d878730289f95842567c8752cf Mon Sep 17 00:00:00 2001 From: peixuanzuo Date: Tue, 16 Jan 2024 10:16:57 +0000 Subject: [PATCH] update hipify files --- cmake/onnxruntime_rocm_hipify.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/onnxruntime_rocm_hipify.cmake b/cmake/onnxruntime_rocm_hipify.cmake index f70961a66329a..d485abe6bb1a6 100644 --- a/cmake/onnxruntime_rocm_hipify.cmake +++ b/cmake/onnxruntime_rocm_hipify.cmake @@ -47,6 +47,9 @@ set(contrib_ops_excluded_files "diffusion/group_norm.cc" "diffusion/group_norm_impl.cu" "diffusion/group_norm_impl.h" + "diffusion/group_norm_impl_kernel.cuh" + "diffusion/group_norm_common_base.h" + "diffusion/group_norm_common_base.cc" "diffusion/nhwc_conv.cc" "math/gemm_float8.cc" "math/gemm_float8.cu"