Skip to content

Commit a7df188

Browse files
committed
fix
1 parent 190f659 commit a7df188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/jax.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/jaxlib/mosaic/BUILD b/jaxlib/mosaic/BUILD
2-
index 088411939..ee6d632b6 100644
2+
index 088411939..8a8ae857e 100644
33
--- a/jaxlib/mosaic/BUILD
44
+++ b/jaxlib/mosaic/BUILD
55
@@ -48,13 +48,11 @@ cc_library(
@@ -15,7 +15,7 @@ index 088411939..ee6d632b6 100644
1515
- ],
1616
+ hdrs = glob(
1717
+ [
18-
+ "dialect/tpu/**/*.h",
18+
+ "**/*.h",
1919
+ ])
2020
+ ,
2121
# compatible with libtpu

0 commit comments

Comments
 (0)