Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
workspace(name = "org_tensorflow")

local_repository(
name = "org_disc",
path = "../disc",
)

# Initialize the TensorFlow repository and all dependencies.
#
# The cascade of load() statements and tf_workspace?() calls works around the
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/compiler/xla/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load(
load("//third_party/compute_library:build_defs.bzl", "if_enable_acl")

package(
default_visibility = ["//tensorflow:internal"],
default_visibility = ["//visibility:public"],
licenses = ["notice"],
)

Expand Down
2 changes: 1 addition & 1 deletion tensorflow/compiler/xla/stream_executor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ load("//tensorflow/tsl:tsl.default.bzl", "filegroup")

package(
default_visibility = [
":friends",
"//visibility:public",
],
licenses = ["notice"],
)
Expand Down
4 changes: 2 additions & 2 deletions tensorflow/compiler/xla/stream_executor/cuda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ load(
)

package(
default_visibility = [":friends"],
default_visibility = ["//visibility:public"],
features = ["-layering_check"],
licenses = ["notice"],
)
Expand Down Expand Up @@ -123,7 +123,7 @@ cc_library(
"@com_google_absl//absl/memory",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/synchronization",
],
]
)

tsl_gpu_cc_test(
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/stream_executor/cuda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"//tensorflow/compiler/xla/stream_executor/cuda:cublas_lt_header",
],
]
)

cc_library(
Expand Down