-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b839b2
commit fb7fcf6
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
paddle/fluid/eager/api/generated/eager_generated/backwards/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
cc_library(scale_node SRCS scale_node.cc DEPS global_utils pten pten_api grad_node_info) | ||
|
||
if(NOT ON_INFER) | ||
cc_library(final_dygraph_node SRCS nodes.cc DEPS ${eager_deps}) | ||
add_dependencies(final_dygraph_node eager_final_state_codegen) | ||
endif() |
3 changes: 3 additions & 0 deletions
3
paddle/fluid/eager/api/generated/eager_generated/forwards/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
cc_library(eager_scale SRCS scale.cc DEPS pten_api pten autograd_meta scale_node) | ||
|
||
if(NOT ON_INFER) | ||
cc_library(final_dygraph_function SRCS dygraph_functions.cc DEPS ${eager_deps}) | ||
add_dependencies(final_dygraph_function eager_final_state_codegen) | ||
endif() |