未验证 提交 39238275 编写于 作者: Z zyfncg 提交者: GitHub

fix compile problem cause by api code_gen (#39199)

上级 7613129e
...@@ -63,4 +63,4 @@ add_custom_command( ...@@ -63,4 +63,4 @@ add_custom_command(
cc_library(utils_api SRCS utils.cc DEPS pten_tensor pten kernel_dispatch) cc_library(utils_api SRCS utils.cc DEPS pten_tensor pten kernel_dispatch)
cc_library(pten_function_api SRCS ${api_source_file} DEPS pten_tensor pten kernel_dispatch) cc_library(pten_function_api SRCS ${api_source_file} DEPS pten_tensor pten kernel_dispatch)
cc_library(pten_bw_function_api SRCS ${bw_api_source_file} DEPS pten_tensor pten kernel_dispatch backward_infermeta) cc_library(pten_bw_function_api SRCS ${bw_api_source_file} DEPS pten_tensor pten kernel_dispatch backward_infermeta pten_function_api)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册