Skip to content

Commit ecddbbb

Browse files
committed
exclude
1 parent 6d9bb3a commit ecddbbb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

patches/jax.patch

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
diff --git a/jaxlib/mosaic/BUILD b/jaxlib/mosaic/BUILD
2-
index 088411939..d11fa28d0 100644
2+
index 088411939..598118390 100644
33
--- a/jaxlib/mosaic/BUILD
44
+++ b/jaxlib/mosaic/BUILD
5-
@@ -54,7 +54,11 @@ cc_library(
5+
@@ -54,7 +54,15 @@ cc_library(
66
"dialect/tpu/tpu_dialect.h",
77
"dialect/tpu/util.h",
88
"dialect/tpu/vreg_util.h",
99
- ],
1010
+ ] + glob(
1111
+ [
1212
+ "dialect/tpu/transforms/*.h",
13+
+ ],
14+
+ exclude = [
15+
+ "dialect/tpu/transforms/serde.h",
16+
+ "dialect/tpu/transforms/linalg_vectorization.h",
1317
+ ])
1418
+ ,
1519
# compatible with libtpu

0 commit comments

Comments
 (0)