Skip to content

Commit

Permalink
Make targets used by TF/JAX publicly visible in OSS
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607472622
  • Loading branch information
jakeharmon8 authored and TensorFlow MLIR Team committed Feb 15, 2024
1 parent 2556b0b commit 8055ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "gentbl_filegroup",

package(
# copybara:uncomment default_applicable_licenses = ["//third_party/tensorflow:license"],
default_visibility = ["//visibility:public"],
default_visibility = internal_visibility(["//learning/brain/mlir:mhlo_friends"]),
licenses = ["notice"],
)

Expand Down

0 comments on commit 8055ddc

Please sign in to comment.