未验证 提交 1b59830b 编写于 作者: T tianshuo78520a 提交者: GitHub

Delete fluid_convert_utils fix PR-CI-Build (#48347)

上级 c3fdb817
...@@ -1242,9 +1242,4 @@ cc_test( ...@@ -1242,9 +1242,4 @@ cc_test(
SRCS phi_utils_test.cc SRCS phi_utils_test.cc
DEPS phi_utils) DEPS phi_utils)
cc_library(fluid_convert_utils DEPS data_type) cc_test(convert_utils_test SRCS convert_utils_test.cc)
cc_test(
convert_utils_test
SRCS convert_utils_test.cc
DEPS fluid_convert_utils)
...@@ -19,12 +19,12 @@ if(WITH_XPU) ...@@ -19,12 +19,12 @@ if(WITH_XPU)
cc_library( cc_library(
kernel_factory kernel_factory
SRCS kernel_factory.cc SRCS kernel_factory.cc
DEPS phi_enforce fluid_convert_utils convert_utils xpu_op_list) DEPS phi_enforce convert_utils xpu_op_list)
else() else()
cc_library( cc_library(
kernel_factory kernel_factory
SRCS kernel_factory.cc SRCS kernel_factory.cc
DEPS phi_enforce fluid_convert_utils) DEPS phi_enforce convert_utils)
endif() endif()
cc_library( cc_library(
kernel_context kernel_context
...@@ -55,7 +55,7 @@ cc_library( ...@@ -55,7 +55,7 @@ cc_library(
cc_library( cc_library(
dense_tensor dense_tensor
SRCS dense_tensor.cc dense_tensor_impl.cc SRCS dense_tensor.cc dense_tensor_impl.cc
DEPS convert_utils fluid_convert_utils tensor_meta tensor_base ddim) DEPS convert_utils tensor_meta tensor_base ddim)
target_link_libraries(dense_tensor malloc) target_link_libraries(dense_tensor malloc)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册