Skip to content

Commit

Permalink
[Graph] Support IteratorGetNext for SmartStage as a starting node for (
Browse files Browse the repository at this point in the history
…DeepRec-AI#901)

searching.

    Support IteratorGetNext node as the starting node for searching
    the boundary of stage subgraph.

Signed-off-by: chenbangduo.cbd <chenbangduo.cbd@alibaba-inc.com>
  • Loading branch information
JackMoriarty authored Jun 30, 2023
1 parent 26c2755 commit 7a4cab4
Show file tree
Hide file tree
Showing 6 changed files with 528 additions and 134 deletions.
2 changes: 1 addition & 1 deletion tensorflow/cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ cc_library(
hdrs = ["training/prefetch_runner.h"],
deps = [
":coordinator",
"//tensorflow/core:core_cpu",
"//tensorflow/core:core_cpu_base_no_ops",
],
)

Expand Down
1 change: 1 addition & 0 deletions tensorflow/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3504,6 +3504,7 @@ tf_cuda_library(
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:optional",
"//third_party/eigen3",
"//tensorflow/cc:prefetch_runner",
"//tensorflow/core/grappler/utils:functions",
"//tensorflow/core/profiler:nvtx_utils",
"//tensorflow/core/profiler/lib:traceme",
Expand Down
Loading

0 comments on commit 7a4cab4

Please sign in to comment.