-
Notifications
You must be signed in to change notification settings - Fork 553
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
2081fde
commit aa31f0a
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/tensorflow/BUILD b/tensorflow/BUILD | ||
index 9b62a50452..63eed1fb5e 100644 | ||
--- a/tensorflow/BUILD | ||
+++ b/tensorflow/BUILD | ||
@@ -442,6 +442,8 @@ tf_cc_shared_object( | ||
"//tensorflow/c:exported_symbols.lds", | ||
"//tensorflow/c:version_script.lds", | ||
"//tensorflow/c/eager:c_api", | ||
+ "//tensorflow/compiler/xrt:xrt_server", | ||
+ "//tensorflow/core/distributed_runtime/rpc:grpc_session", | ||
"//tensorflow/core:tensorflow", | ||
], | ||
) |