|
| 1 | +diff --git a/jaxlib/mosaic/BUILD b/jaxlib/mosaic/BUILD |
| 2 | +index 088411939..8a8ae857e 100644 |
1 | 3 | --- a/jaxlib/mosaic/BUILD |
2 | 4 | +++ b/jaxlib/mosaic/BUILD |
3 | | -@@ -20,7 +20,7 @@ licenses(["notice"]) |
4 | | - package( |
5 | | - default_applicable_licenses = [], |
6 | | - default_visibility = [ |
7 | | -- "//jax/experimental:mosaic_users", |
8 | | -+ "//visibility:public", |
| 5 | +@@ -48,13 +48,11 @@ cc_library( |
| 6 | + "dialect/tpu/util.cc", |
| 7 | + "dialect/tpu/vreg_util.cc", |
9 | 8 | ], |
10 | | - ) |
11 | | - |
12 | | ---- a/jaxlib/gpu/BUILD |
13 | | -+++ b/jaxlib/gpu/BUILD |
14 | | -@@ -81,6 +81,7 @@ proto_library( |
15 | | - |
16 | | - cc_proto_library( |
17 | | - name = "triton_cc_proto", |
18 | | -+ visibility = "//visibility:public", |
19 | | - compatible_with = None, |
20 | | - deps = [":triton_proto"], |
21 | | - ) |
| 9 | +- hdrs = [ |
| 10 | +- "dialect/tpu/array_util.h", |
| 11 | +- "dialect/tpu/layout.h", |
| 12 | +- "dialect/tpu/tpu_dialect.h", |
| 13 | +- "dialect/tpu/util.h", |
| 14 | +- "dialect/tpu/vreg_util.h", |
| 15 | +- ], |
| 16 | ++ hdrs = glob( |
| 17 | ++ [ |
| 18 | ++ "**/*.h", |
| 19 | ++ ]) |
| 20 | ++ , |
| 21 | + # compatible with libtpu |
| 22 | + deps = [ |
| 23 | + ":tpu_inc_gen", |
0 commit comments