未验证 提交 a822a084 编写于 作者: R risemeup1 提交者: GitHub

bug fixes (#53798)

上级 359f43a9
...@@ -1099,7 +1099,7 @@ endif() ...@@ -1099,7 +1099,7 @@ endif()
cc_library( cc_library(
prune prune
SRCS prune.cc SRCS prune.cc
DEPS framework_proto) DEPS framework_proto auto_parallel_proto)
cc_test( cc_test(
prune_test prune_test
SRCS prune_test.cc SRCS prune_test.cc
......
...@@ -6,7 +6,7 @@ cc_library( ...@@ -6,7 +6,7 @@ cc_library(
cc_library( cc_library(
phi_c_device_context phi_c_device_context
SRCS c_device_context.cc SRCS c_device_context.cc
DEPS auto_parallel_proto phi_backends) DEPS phi_backends)
cc_library( cc_library(
phi_c_int_array phi_c_int_array
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册