Skip to content

Commit 1be54b0

Browse files
Update jax-ml/jax to commit dc1eedbe737ee3c45783ade935eb95319925b9f8 (#2029)
* Update jax-ml/jax to commit dc1eedbe737ee3c45783ade935eb95319925b9f8 Diff: jax-ml/jax@150a6d9...dc1eedb * fix --------- Co-authored-by: enzymead-bot[bot] <238314553+enzymead-bot[bot]@users.noreply.github.com> Co-authored-by: William S. Moses <[email protected]>
1 parent 9600d0c commit 1be54b0

File tree

3 files changed

+2
-49
lines changed

3 files changed

+2
-49
lines changed

patches/windows.patch

Lines changed: 0 additions & 47 deletions
This file was deleted.

third_party/xla/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ def repo(extra_patches = [], override_commit = ""):
1717
strip_prefix = "xla-{commit}".format(commit = commit),
1818
urls = ["https://github.com/openxla/xla/archive/{commit}.tar.gz".format(commit = commit)],
1919
patch_cmds = XLA_PATCHES + extra_patches,
20-
patches = ["//:patches/xla.patch", "//:patches/xla_spmd.patch", "//:patches/windows.patch"],
20+
patches = ["//:patches/xla.patch", "//:patches/xla_spmd.patch"],
2121
patch_args = ["-p1"],
2222
)

workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JAX_COMMIT = "150a6d9dd322ac68ab83ebc68e65abb224db907b"
1+
JAX_COMMIT = "dc1eedbe737ee3c45783ade935eb95319925b9f8"
22
JAX_SHA256 = ""
33

44
ENZYME_COMMIT = "87cd10e4caf7269e69ff62f4d17ac556f28464dc"

0 commit comments

Comments
 (0)