We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9e103 commit a3ce6e9Copy full SHA for a3ce6e9
cmake/phi_header.cmake
@@ -51,3 +51,6 @@ phi_header_path_compat(
51
file(RENAME
52
${PADDLE_INFERENCE_INSTALL_DIR}/paddle/include/experimental/extension.h
53
${PADDLE_INFERENCE_INSTALL_DIR}/paddle/include/experimental/ext_all.h)
54
+# Included header file of training and inference can be unified as single file: paddle/extension.h
55
+file(COPY ${PADDLE_INFERENCE_INSTALL_DIR}/paddle/include/experimental/ext_all.h
56
+ DESTINATION ${PADDLE_INFERENCE_INSTALL_DIR}/paddle/extension.h)
0 commit comments